Преглед изворни кода

added a space, remove unused line

development
mauirixxx пре 8 година
родитељ
комит
a6289b5094
1 измењених фајлова са 1 додато и 2 уклоњено
  1. +1
    -2
      gw-pull.php

+ 1
- 2
gw-pull.php Прегледај датотеку

@@ -44,9 +44,8 @@ if (mysqli_num_rows($result) > 0) {
die ('There was an error running the query [' . $con->error . ']'); die ('There was an error running the query [' . $con->error . ']');
} }
while ($row4 = $resultattr->fetch_array()){ while ($row4 = $resultattr->fetch_array()){
echo $row4['weaponattribute'];
echo $row4['weaponattribute'] ' ';
} }
#echo ' ' . $row['itemtype']; //do I need this?
if (!$resultweap = $con->query($sqlweap)){ if (!$resultweap = $con->query($sqlweap)){
die ('There was an error running the query [' . $con->error . ']'); die ('There was an error running the query [' . $con->error . ']');
} }


Loading…
Откажи
Сачувај