Explorar el Código

stupid

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

+ 1
- 1
gw-toon.php Ver fichero

@@ -9,6 +9,6 @@ if (!$result = $con->query($sql)){
die ('There was an error running the query [' . $con->error . ']');
}
while ($row = $result->fetch_array()){
echo 'Please select a character to continue: ' . $row['charname'] . '<BR />;
echo 'Please select a character to continue: ' . $row['charname'] . '<BR />';
}
?>

Cargando…
Cancelar
Guardar