Revision: 1065
http://mrbs.svn.sourceforge.net/mrbs/?rev=1065&view=rev
Author: cimorrison
Date: 2009-03-23 19:20:50 +0000 (Mon, 23 Mar 2009)
Log Message:
-----------
Fixed bug causing undefined variable notice.
Modified Paths:
--------------
mrbs/trunk/web/edit_entry_handler.php
Modified: mrbs/trunk/web/edit_entry_handler.php
===================================================================
--- mrbs/trunk/web/edit_entry_handler.php 2009-03-23 18:26:31 UTC (rev
1064)
+++ mrbs/trunk/web/edit_entry_handler.php 2009-03-23 19:20:50 UTC (rev
1065)
@@ -404,7 +404,7 @@
}
else
{
- $tmp .= mrbsCheckFree($room_id, $starttime, $endtime-1, $ignore_id, 0);
+ $tmp = mrbsCheckFree($room_id, $starttime, $endtime-1, $ignore_id, 0);
if (!empty($tmp))
{
$valid_booking = FALSE;
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