|
From: Greg M. <bli...@us...> - 2008-09-17 02:43:26
|
Update of /cvsroot/phpwebsite-comm/modules/mailinglists/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22324/docs Modified Files: changelog.txt Log Message: Added more error checks when sending emails to help the debugging of future issues. Index: changelog.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailinglists/docs/changelog.txt,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** changelog.txt 16 Sep 2008 04:02:27 -0000 1.55 --- changelog.txt 17 Sep 2008 02:43:04 -0000 1.56 *************** *** 9,12 **** --- 9,13 ---- *cvs + - Added more error checks when sending emails. Will help when debugging issues. - BUG #2109418: Fixed issue sending emails with an apostrophe in "from" or "subject". |