diff --git a/gw-toon.php b/gw-toon.php
index 0f5c943..0dc8a7b 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 (empty($whattoon)){
+if ($whattoon == ""){
echo 'Options for what to do after character selection goes here
';
echo 'Character id selected is ' . $whattoon . '
';
} else {