Changeset:
        532717464595
        
https://sourceforge.net/p/mrbs/hg-code/ci/532717464595b1dd8a21f1a35cb38e8e8e20f793
Author:
        Campbell Morrison <[email protected]>
Date:
        Fri Jan 20 18:56:07 2017 +0000
Log message:

Fixed bug causing bookings to be shown as private when they weren't.

diffstat:

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

diffs (20 lines):

diff -r ebc7c40bb991 -r 532717464595 web/month.php
--- a/web/month.php     Fri Jan 20 18:03:03 2017 +0000
+++ b/web/month.php     Fri Jan 20 18:56:07 2017 +0000
@@ -399,6 +399,7 @@
 {
   exit;
 }
+$user = getUserName();
 
 $inner_html = month_table_innerhtml($day, $month, $year, $room, $area);
 
@@ -409,8 +410,6 @@
 }
 
 
-$user = getUserName();
-
 // print the page header
 print_header($day, $month, $year, $area, isset($room) ? $room : "");
 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to