Changeset:
63a6a6d5df81
https://sourceforge.net/p/mrbs/hg-code/ci/63a6a6d5df812f96b1230999bbab960af303218f
Author:
Campbell Morrison <[email protected]>
Date:
Wed Oct 14 20:18:40 2015 +0100
Log message:
Fixed bug introduced in changeset 385f6b2ad044 (undefined variable
$n_hidden_days)
diffstat:
web/css/mrbs.css.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 0eb34fb689d9 -r 63a6a6d5df81 web/css/mrbs.css.php
--- a/web/css/mrbs.css.php Thu Oct 08 22:22:48 2015 +0100
+++ b/web/css/mrbs.css.php Wed Oct 14 20:18:40 2015 +0100
@@ -226,6 +226,7 @@
$column_hidden_width = 0; // (%) width of the column for hidden days
(set to 0 for no column at all; 1 for a narrow column);
// when $times_along_top is TRUE, hidden
days (rows) are not shown at all
$column_row_labels_width = 1; // (%) width of the row label columns (will
expand if necessary)
+$n_hidden_days = count($hidden_days);
// month view: work out what percentage of the width is available to
// normal columns (ie columns that are not hidden)
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits