Changeset:
        194ff48a6fa8
        
https://sourceforge.net/p/mrbs/hg-code/ci/194ff48a6fa8026432895e7b09371c8009dc386e
Author:
        Campbell Morrison <[email protected]>
Date:
        Wed Jul 20 15:32:10 2016 +0100
Log message:

Fixed potential problem with end time selector in edit_entry.php being blank 
when coming from the month view.   See SF Support Requests #983.

diffstat:

 web/month.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f18107b76b67 -r 194ff48a6fa8 web/month.php
--- a/web/month.php     Wed Jul 20 12:19:28 2016 +0100
+++ b/web/month.php     Wed Jul 20 15:32:10 2016 +0100
@@ -421,7 +421,7 @@
     }
     else
     {
-      $query_string .= "&amp;hour=$morningstarts&amp;minute=0";
+      $query_string .= 
"&amp;hour=$morningstarts&amp;minute=$morningstarts_minutes";
     }
     
     echo "<a class=\"new_booking\" href=\"edit_entry.php?$query_string\">\n";

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to