[Openfirst-cvscommit] projects updates.php,1.4,1.5
Brought to you by:
xtimg
From: <dav...@us...> - 2003-08-30 16:23:13
|
Update of /cvsroot/openfirst/projects In directory sc8-pr-cvs1:/tmp/cvs-serv4559 Modified Files: updates.php Log Message: Added checking to see if user wants the email or not. Index: updates.php =================================================================== RCS file: /cvsroot/openfirst/projects/updates.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** updates.php 30 Aug 2003 16:21:33 -0000 1.4 --- updates.php 30 Aug 2003 16:23:07 -0000 1.5 *************** *** 37,40 **** --- 37,44 ---- } + if($mailgroup->ProjectsUpdates == "Off"){ + continue; + } + $message = ""; |