Changeset:
98fd06ddbec4
https://sourceforge.net/p/mrbs/hg-code/ci/98fd06ddbec4523de390ea0dc2fe64e6b44039e4
Author:
Campbell Morrison <[email protected]>
Date:
Sat Aug 27 14:17:40 2016 +0100
Log message:
Removed redundant line of code
diffstat:
web/month.php | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diffs (16 lines):
diff -r 6b6a36eae73e -r 98fd06ddbec4 web/month.php
--- a/web/month.php Sat Aug 27 14:13:01 2016 +0100
+++ b/web/month.php Sat Aug 27 14:17:40 2016 +0100
@@ -113,12 +113,6 @@
// affected by daylight saving...
for ($j = 1; $j<=$days_in_month; $j++)
{
- // are we entering or leaving daylight saving
- // dst_change:
- // -1 => no change
- // 0 => entering DST
- // 1 => leaving DST
- $dst_change[$j] = is_dst($month, $j, $year);
$am7[$j] = get_start_first_slot($month, $j, $year);
$pm7[$j] = get_start_last_slot($month, $j, $year);
}
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits