Parcourir la source

stupid

development
mauirixxx il y a 8 ans
Parent
révision
b64b1fb6e8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php Voir le fichier

@@ -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 />';
}
?>

Chargement…
Annuler
Enregistrer