[Openfirst-cvscommit] projects updates.php,1.5,1.6
Brought to you by:
xtimg
From: <dav...@us...> - 2003-10-03 02:16:43
|
Update of /cvsroot/openfirst/projects In directory sc8-pr-cvs1:/tmp/cvs-serv24161 Modified Files: updates.php Log Message: Added script output for update process. Index: updates.php =================================================================== RCS file: /cvsroot/openfirst/projects/updates.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** updates.php 30 Aug 2003 16:23:07 -0000 1.5 --- updates.php 3 Oct 2003 02:16:39 -0000 1.6 *************** *** 140,145 **** --- 140,147 ---- if(function_exists("multipartmail")){ multipartmail($mailgroup->email,"$title Daily Update ".date('F j, Y',time()),$message); + echo "<br> Sent to: $mailgroup->email (multipart)"; }else{ mail($mailgroup->email,"$title Daily Update ".date('F j, Y',time()),$message); + echo "<br> Sent to: $mailgroup->email (mail)"; } |