Revision: 1313
http://mrbs.svn.sourceforge.net/mrbs/?rev=1313&view=rev
Author: cimorrison
Date: 2010-03-23 09:52:35 +0000 (Tue, 23 Mar 2010)
Log Message:
-----------
Removed some redundant global declarations. No functional change to MRBS.
Modified Paths:
--------------
mrbs/trunk/web/functions_mail.inc
Modified: mrbs/trunk/web/functions_mail.inc
===================================================================
--- mrbs/trunk/web/functions_mail.inc 2010-03-22 16:03:23 UTC (rev 1312)
+++ mrbs/trunk/web/functions_mail.inc 2010-03-23 09:52:35 UTC (rev 1313)
@@ -271,7 +271,6 @@
global $room_name, $room_id, $starttime, $duration, $dur_units, $end_date,
$endtime;
global $rep_enddate, $typel, $type, $status, $create_by, $rep_type,
$enable_periods;
global $rep_opt, $rep_num_weeks;
- global $tbl_room, $tbl_area, $tbl_entry, $tbl_users, $tbl_repeat;
global $mail_previous, $auth, $note;
global $mail_settings, $weekstarts, $provisional_enabled;
@@ -613,7 +612,7 @@
*/
function notifyAdminOnDelete($mail_previous)
{
- global $typel, $enable_periods, $auth, $tbl_users;
+ global $typel, $enable_periods, $auth;
global $mail_settings;
// Get any extra arguments
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits