Revision: 2150
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2150&view=rev
Author:   cimorrison
Date:     2011-10-25 10:18:20 +0000 (Tue, 25 Oct 2011)
Log Message:
-----------
Fixed bug causing JavaScript syntax error if you have to login to see the day 
or week views

Modified Paths:
--------------
    mrbs/trunk/web/day.php
    mrbs/trunk/web/week.php

Modified: mrbs/trunk/web/day.php
===================================================================
--- mrbs/trunk/web/day.php      2011-10-25 09:47:01 UTC (rev 2149)
+++ mrbs/trunk/web/day.php      2011-10-25 10:18:20 UTC (rev 2150)
@@ -1,9 +1,9 @@
 <?php
 // $Id$
 
+require_once "functions_table.inc";
 require_once "defaultincludes.inc";
 require_once "mincals.inc";
-require_once "functions_table.inc";
 
 // Get non-standard form variables
 $timetohighlight = get_form_var('timetohighlight', 'int');

Modified: mrbs/trunk/web/week.php
===================================================================
--- mrbs/trunk/web/week.php     2011-10-25 09:47:01 UTC (rev 2149)
+++ mrbs/trunk/web/week.php     2011-10-25 10:18:20 UTC (rev 2150)
@@ -3,9 +3,9 @@
 
 // mrbs/week.php - Week-at-a-time view
 
+require_once "functions_table.inc";
 require_once "defaultincludes.inc";
 require_once "mincals.inc";
-require_once "functions_table.inc";
 
 // Get non-standard form variables
 $timetohighlight = get_form_var('timetohighlight', 'int');

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to