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