remove test code
authorSteve Sutton <steve@gaslightmedia.com>
Sat, 21 May 2016 09:59:56 +0000 (05:59 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Sat, 21 May 2016 10:02:03 +0000 (06:02 -0400)
parts/slide-show.php

index 7578945..e678c0d 100644 (file)
@@ -10,8 +10,6 @@
     <div style="text-align: center">
 <?php
 $today     = time();
-// for testing the dates to test use mktime() for the current time use time()
-$today     = mktime(0, 0, 0, 11, 2, 2016);
 
 $start9to8 = mktime( 0, 0, 0, 5, 21, date('Y'));
 $end9to8   = mktime( 0, 0, 0, 10, 3, date('Y'));