浏览代码

more research and failing

development
mauirixxx 8 年前
父节点
当前提交
7e120ae6a3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      gw-pull.php

+ 2
- 2
gw-pull.php 查看文件

@@ -10,8 +10,8 @@ if (!$result = $con->query($sql)){
die ('There was an error running the query [' . $con->error . ']');
}
while ($row = $result->fetch_array()){
if (is_null($row['charname'])){
echo 'No data available for "$cnameid"';
if (empty($row['charname'])){
echo 'No data available for that toon';
} else {
echo 'On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and ';
if (is_null($row['material'])) {


正在加载...
取消
保存