Revision: 2226
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2226&view=rev
Author:   cimorrison
Date:     2011-12-31 13:35:15 +0000 (Sat, 31 Dec 2011)
Log Message:
-----------
Eliminated undefined variable message

Modified Paths:
--------------
    mrbs/trunk/web/edit_entry_handler.php

Modified: mrbs/trunk/web/edit_entry_handler.php
===================================================================
--- mrbs/trunk/web/edit_entry_handler.php       2011-12-31 13:24:49 UTC (rev 
2225)
+++ mrbs/trunk/web/edit_entry_handler.php       2011-12-31 13:35:15 UTC (rev 
2226)
@@ -117,7 +117,7 @@
 // (2) we always get passed start_seconds and end_seconds in the Ajax data
 if ($ajax && $commit)
 {
-  $old_booking = mrbsGetBookingInfo($id, $series);
+  $old_booking = mrbsGetBookingInfo($id, FALSE);
   foreach ($formvars as $var => $var_type)
   {
     if (!isset($$var) || (($var_type == 'array') && empty($$var)))

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to