Преглед изворни кода

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 />'; echo 'a ' . $row['itemtype'] . ' of ' . $row['runetype'] . '!<BR />';
} else { } else {
if (is_null($row['material'])) { 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 { } else {
echo 'a ' . $row['material'] . '!<BR />'; echo 'a ' . $row['material'] . '!<BR />';
} }


Loading…
Откажи
Сачувај