|
From: Greg M. <bli...@us...> - 2008-09-17 02:43:24
|
Update of /cvsroot/phpwebsite-comm/modules/mailinglists/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22324/conf Modified Files: error.php Log Message: Added more error checks when sending emails to help the debugging of future issues. Index: error.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailinglists/conf/error.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** error.php 2 Jan 2008 21:59:27 -0000 1.1 --- error.php 17 Sep 2008 02:43:03 -0000 1.2 *************** *** 24,28 **** */ ! $errors[MAILINGLISTS_OBJ_INCOMPLETE] = dgettext('mailinglists', 'Object incomplete.'); ?> \ No newline at end of file --- 24,30 ---- */ ! $errors[MAILINGLISTS_OBJ_INCOMPLETE] = dgettext('mailinglists', 'Object incomplete.'); ! $errors[MAILINGLISTS_MAIL_SET_FROM_FAILED] = dgettext('mailinglists', 'Failed to set from address.'); ! $errors[MAILINGLISTS_MAIL_SEND_TO_FAILED] = dgettext('mailinglists', 'Failed to set to address.'); ?> \ No newline at end of file |