From: James E. F. <jf...@ac...> - 2002-07-25 12:42:29
|
Try replacing that with this: if (!function_exists('gettext')) { function gettext($s) {return($s);} function _($s) {return($s);} function bindtextdomain($s) {} function textdomain($s) {} } > On Windows the fonction for mailing don't run, I have > to erase my mail in the database. I do not understand "erase my mail in the database". Do you get an error or is mail just not sent. Make sure that the mail settings are correct in your PHP.INI, see this page for details: http://www.php.net/manual/en/ref.mail.php -James |