Changeset:
        7a9898a9e539
        
https://sourceforge.net/p/mrbs/hg-code/ci/7a9898a9e539615a48be3a6a48befa1099a79307
Author:
        Campbell Morrison <[email protected]>
Date:
        Wed Dec 16 21:22:03 2015 +0000
Log message:

Removed unnecesary global

diffstat:

 web/functions_table.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ed4a01ad86b7 -r 7a9898a9e539 web/functions_table.inc
--- a/web/functions_table.inc   Wed Dec 16 21:19:43 2015 +0000
+++ b/web/functions_table.inc   Wed Dec 16 21:22:03 2015 +0000
@@ -957,7 +957,7 @@
 
 function week_table_innerhtml($day, $month, $year, $room, $area, 
$timetohighlight=NULL)
 {
-  global $tbl_entry, $tbl_room, $tbl_area;
+  global $tbl_room, $tbl_area;
   global $enable_periods, $periods;
   global $times_along_top, $row_labels_both_sides, $column_labels_both_ends;
   global $resolution, $morningstarts, $morningstarts_minutes, $eveningends, 
$eveningends_minutes;

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to