ソースを参照

stupid

development
mauirixxx 8年前
コミット
b64b1fb6e8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php ファイルの表示

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

読み込み中…
キャンセル
保存