From ad2f16a8801088de822e8416c91df9b4c572524f Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 12:02:49 -1000 Subject: [PATCH] moved space to proper place --- gw-pull.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-pull.php b/gw-pull.php index 7a3b3d1..f2129d8 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -44,7 +44,7 @@ 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']; } if (!$resultweap = $con->query($sqlweap)){ die ('There was an error running the query [' . $con->error . ']');