Changeset:
        08582411d9fa
        
https://sourceforge.net/p/mrbs/hg-code/ci/08582411d9fa7d908c8b2b9bbd1d19b9069b838c
Author:
        Campbell Morrison <[email protected]>
Date:
        Mon Feb 13 13:19:51 2017 +0000
Log message:

Added an unset() for $booking_types to make it clearer how they work - see SF 
Bugs #374

diffstat:

 web/systemdefaults.inc.php |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 14f4f5b4b59c -r 08582411d9fa web/systemdefaults.inc.php
--- a/web/systemdefaults.inc.php        Sat Feb 11 16:37:28 2017 +0000
+++ b/web/systemdefaults.inc.php        Mon Feb 13 13:19:51 2017 +0000
@@ -1229,6 +1229,7 @@
 // Each type has a color which is defined in the array $color_types in the 
styling.inc
 // file in the Themes directory
 
+unset($booking_types);    // Include this line when copying to config.inc.php
 $booking_types[] = "E";
 $booking_types[] = "I";
 

------------------------------------------------------------------------------
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