From 160b61472dbf37dfb57c8e03a6a34f4aa6e67150 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 30 May 2017 16:38:50 -1000 Subject: [PATCH] for reals now --- gw-create.php | 1 - 1 file changed, 1 deletion(-) diff --git a/gw-create.php b/gw-create.php index 166e2ec..d704dfe 100644 --- a/gw-create.php +++ b/gw-create.php @@ -19,7 +19,6 @@ if ($createnew === "1"){ return array("#FFF", "#DDD", "#FF8", "#CF9", "#ACF", "#9FC", "#DAF", "#FBB", "#FCE", "#BFF", "#FC9", "#DDF"); } $profcolor = getColor()[$profid]; - //echo 'profession color is ' . $profcolor . ' due to profid being ' . $profid . '!'; list ($y, $m, $d) = explode('-', $bdate); if (!checkdate($m, $d, $y)) { echo 'Date is invalid ' . $bdate . '
';