From 0ed53b3dfe269a0bd30017d207c6f81e4b719b0c Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Fri, 9 Jun 2017 20:14:18 -1000 Subject: [PATCH] insert todays date as default date --- gw-record.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-record.php b/gw-record.php index b455ae5..d782e74 100644 --- a/gw-record.php +++ b/gw-record.php @@ -123,7 +123,7 @@ if ($whatdropped == "1"){ echo '

'; } else if ($whatdropped == "4"){ echo '
'; - echo 'on nothing dropped! Maybe try again in 30 days on the: ' . date('Y-m-d', strtotime("+30 days")); + echo 'on VALUE="' . date('Y-m-d') . '"> nothing dropped! Maybe try again in 30 days on: ' . date('Y-m-d', strtotime("+30 days")); echo ''; echo ''; echo '';