From b500316ed4bd9c6386c43a76937f529f076a7c4f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 5 Nov 2015 11:49:18 -0500 Subject: [PATCH] update for hours --- parts/slide-show.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/slide-show.php b/parts/slide-show.php index b539918..6c150d3 100644 --- a/parts/slide-show.php +++ b/parts/slide-show.php @@ -9,9 +9,9 @@
- = '2015' && date('m', $today) >= 10 && date('d', $today) >= 4 ) : ?> + = '2015' && date('n', $today) >= 10 && date('j', $today) >= 4 ) : ?> - = 2015 && date('m', $today) >= 11 && date('d', $today) >= 1 ) : ?> + = 2015 && date('n', $today) >= 11 && date('j', $today) >= 1 ) : ?> -- 2.17.1