Sfoglia il codice sorgente

added a space

`
development
mauirixxx 8 anni fa
parent
commit
e84962143e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      gw-pull.php

+ 1
- 1
gw-pull.php Vedi File

@@ -51,7 +51,7 @@ if (mysqli_num_rows($result) > 0) {
die ('There was an error running the query [' . $con->error . ']');
}
while ($row5 = $resultweap->fetch_array()){
echo $row5['weapontype'];
echo ' ' . $row5['weapontype'];
}
echo ' named ' . $row['itemname'];
} else {


Caricamento…
Annulla
Salva