Revision: 1067
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1067&view=rev
Author:   dceschools
Date:     2009-03-23 22:02:10 +0000 (Mon, 23 Mar 2009)

Log Message:
-----------
Fixed Undefined Variable warning related to private bookings when accessing 
Help page.

Modified Paths:
--------------
    mrbs/trunk/web/functions.inc

Modified: mrbs/trunk/web/functions.inc
===================================================================
--- mrbs/trunk/web/functions.inc        2009-03-23 20:13:13 UTC (rev 1066)
+++ mrbs/trunk/web/functions.inc        2009-03-23 22:02:10 UTC (rev 1067)
@@ -21,6 +21,7 @@
 
 // Deal with $private_xxxx overrides.  Simplifies
 // logic related to private bookings.
+global $private_override;
 if ($private_override == "private" )
 {
   $private_mandatory=TRUE;


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

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to