Bläddra i källkod

added a space, remove unused line

development
mauirixxx 8 år sedan
förälder
incheckning
a6289b5094
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. +1
    -2
      gw-pull.php

+ 1
- 2
gw-pull.php Visa fil

@@ -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 . ']');
}


Laddar…
Avbryt
Spara