Explorar el Código

really broke something now

development
mauirixxx hace 8 años
padre
commit
6c100dd065
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gw-pull.php

+ 1
- 1
gw-pull.php Ver fichero

@@ -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()){


Cargando…
Cancelar
Guardar