Browse Source

formatting hell

development
mauirixxx 8 years ago
parent
commit
ad784efc36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php View File

@@ -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'];
echo 'Please select a character to continue: ' . $row['charname'] . '<BR />;
}
?>

Loading…
Cancel
Save