From ba2be3cb1f865dcf75ff5b752c6a8471631f7fe1 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 30 May 2017 16:37:24 -1000 Subject: [PATCH] removing test line --- gw-create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-create.php b/gw-create.php index 66bd07f..166e2ec 100644 --- a/gw-create.php +++ b/gw-create.php @@ -19,7 +19,7 @@ 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 . '!'; + //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 . '
';