From 0709912a54a9fb4e860144223c5c1bfc70e6d575 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 22:46:17 -1000 Subject: [PATCH] not sure if this is what broke it --- gw-toon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-toon.php b/gw-toon.php index 94d32e2..36a1f2d 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -29,7 +29,7 @@ if ($whattoon == "0"){ } while ($row2 = $result2->fetch_array()){ $charname2 = $row2['charname']; - echo '' . $charname . ''; + echo '' . $charname2 . ''; } echo '
'; echo '';