From 6c100dd0655a7b92eebe8ecd087db97add5e95f3 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 11:58:22 -1000 Subject: [PATCH] really broke something now --- gw-pull.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-pull.php b/gw-pull.php index b55c9b5..0ace2f4 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -40,7 +40,7 @@ if (mysqli_num_rows($result) > 0) { echo 'a ' . $row3['rarity']; } echo ' r' . $row['itemreq']; - if (!$resulattr = $con->query($sqlattr)){ + if (!$resultattr = $con->query($sqlattr)){ die ('There was an error running the query [' . $con->error . ']'); } while ($row4 = $resultattr->fetch_array()){