Revision: 1325
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1325&view=rev
Author:   cimorrison
Date:     2010-04-15 13:56:28 +0000 (Thu, 15 Apr 2010)

Log Message:
-----------
Fixed another problem with provisional bookings.  (The problem doesn't affect 
standard MRBS, but becomes apparent if you try and extend MRBS using the 
concept of room admins who can approve bookings for certain rooms).

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

Modified: mrbs/trunk/web/pending.php
===================================================================
--- mrbs/trunk/web/pending.php  2010-04-15 13:12:32 UTC (rev 1324)
+++ mrbs/trunk/web/pending.php  2010-04-15 13:56:28 UTC (rev 1325)
@@ -186,7 +186,7 @@
 }
 // We want entries for a series to appear together so that we can display
 // them as a separate table below the main entry for the series. 
-$sql .= " ORDER BY E.repeat_id, start_time";
+$sql .= " ORDER BY repeat_id, start_time";
 
 $res = sql_query($sql);
 if (! $res)


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

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to