From a6289b5094bd8ba02d37469ae3386839adb96af9 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 12:00:43 -1000 Subject: [PATCH] added a space, remove unused line --- gw-pull.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gw-pull.php b/gw-pull.php index 0ace2f4..c6896f4 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -44,9 +44,8 @@ if (mysqli_num_rows($result) > 0) { die ('There was an error running the query [' . $con->error . ']'); } while ($row4 = $resultattr->fetch_array()){ - echo $row4['weaponattribute']; + echo $row4['weaponattribute'] ' '; } - #echo ' ' . $row['itemtype']; //do I need this? if (!$resultweap = $con->query($sqlweap)){ die ('There was an error running the query [' . $con->error . ']'); }