瀏覽代碼

formatting hell

development
mauirixxx 8 年之前
父節點
當前提交
ad784efc36
共有 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'];
echo 'Please select a character to continue: ' . $row['charname'] . '<BR />;
}
?>

Loading…
取消
儲存