Revision: 2544
          https://sourceforge.net/p/mrbs/code/2544/
Author:   cimorrison
Date:     2012-10-30 16:37:32 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------
Fixed bug introduced in Rev 2538 preventing drag-editing of bookings

Revision Links:
--------------
    https://sourceforge.net/p/mrbs/code/2538/

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

Modified: mrbs/trunk/web/mrbs_sql.inc
===================================================================
--- mrbs/trunk/web/mrbs_sql.inc 2012-10-30 11:51:36 UTC (rev 2543)
+++ mrbs/trunk/web/mrbs_sql.inc 2012-10-30 16:37:32 UTC (rev 2544)
@@ -405,7 +405,7 @@
   $repeat_id = $row['repeat_id'];
   $room_id = $row['room_id'];
 
-  $sql = "SELECT start_time, end_time, create_by, id, entry_type FROM 
$tbl_entry WHERE ";
+  $sql = "SELECT start_time, end_time, room_id, create_by, id, entry_type FROM 
$tbl_entry WHERE ";
    
   if ($series)
   {
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to