From e9d62694fd0cb53c57b67600e18556fe4ec5dce7 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 12:25:19 -1000 Subject: [PATCH] post variables are always set --- gw-toon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-toon.php b/gw-toon.php index 92a6a44..a745be0 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -11,7 +11,7 @@ if (!$result = $con->query($sql)){ die ('There was an error running the query [' . $con->error . ']'); } # experimental stuff -if (isset($whattoon)){ +if (empty($whattoon)){ echo 'Options for what to do after character selection goes here
'; } else { echo '
';