projects
/
WP-Themes
/
mcgulpinpoint.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abc3e72
)
remove test code
author
Steve Sutton
<steve@gaslightmedia.com>
Sat, 21 May 2016 09:59:56 +0000
(
05:59
-0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Sat, 21 May 2016 10:02:03 +0000
(06:02 -0400)
parts/slide-show.php
patch
|
blob
|
history
diff --git
a/parts/slide-show.php
b/parts/slide-show.php
index
7578945
..
e678c0d
100644
(file)
--- a/
parts/slide-show.php
+++ b/
parts/slide-show.php
@@
-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'));