Ver código fonte

added a space, remove unused line

development
mauirixxx 8 anos atrás
pai
commit
a6289b5094
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      gw-pull.php

+ 1
- 2
gw-pull.php Ver arquivo

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


Carregando…
Cancelar
Salvar