From 87660223e8fa530b6e2227a38f0a0233737666a7 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 11:41:05 -1000 Subject: [PATCH] borked a variable i think --- gw-pull.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-pull.php b/gw-pull.php index 58fd959..b55c9b5 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -46,7 +46,7 @@ if (mysqli_num_rows($result) > 0) { while ($row4 = $resultattr->fetch_array()){ echo $row4['weaponattribute']; } - echo ' ' . $row['itemtype']; + #echo ' ' . $row['itemtype']; //do I need this? if (!$resultweap = $con->query($sqlweap)){ die ('There was an error running the query [' . $con->error . ']'); }