浏览代码

formatting results better

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

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

@@ -16,7 +16,7 @@ if (mysqli_num_rows($result) > 0) {
echo 'a ' . $row['itemtype'] . ' of ' . $row['runetype'] . '!<BR />';
} else {
if (is_null($row['material'])) {
echo 'a ' . $row['itemrarity'] . ' req' . $row['itemreq'] . ' ' . $row['itemattribute'] . ' ' . $row['itemtype'] . ' named something stupid <BR />';
echo 'a ' . $row['itemrarity'] . ' r' . $row['itemreq'] . ' ' . $row['itemattribute'] . ' ' . $row['itemtype'] . ' named something stupid <BR />';
} else {
echo 'a ' . $row['material'] . '!<BR />';
}


正在加载...
取消
保存