Revision: 2175
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2175&view=rev
Author:   cimorrison
Date:     2011-11-03 16:36:49 +0000 (Thu, 03 Nov 2011)
Log Message:
-----------
Fixed bug causing the reminder intervals for bookings that need to be approved 
to be ignored

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

Modified: mrbs/trunk/web/view_entry.php
===================================================================
--- mrbs/trunk/web/view_entry.php       2011-11-03 16:18:30 UTC (rev 2174)
+++ mrbs/trunk/web/view_entry.php       2011-11-03 16:36:49 UTC (rev 2175)
@@ -168,10 +168,17 @@
             LIMIT 1";
     $id = sql_query1($sql);
   }
+  $repeat_info_time = $row['repeat_info_time'];
+  $repeat_info_user = $row['repeat_info_user'];
+  $repeat_info_text = $row['repeat_info_text'];
 }
 else
 {
   $repeat_id = $row['repeat_id'];
+  
+  $entry_info_time = $row['entry_info_time'];
+  $entry_info_user = $row['entry_info_user'];
+  $entry_info_text = $row['entry_info_text'];
 }
 
 

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to