Bladeren bron

formatting

development
mauirixxx 8 jaren geleden
bovenliggende
commit
c94b367b31
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      gw-history.php

+ 1
- 1
gw-history.php Bestand weergeven

@@ -31,7 +31,7 @@ if (mysqli_num_rows($result) > 0) {
echo 'a rune of ' . $row2['runes']; echo 'a rune of ' . $row2['runes'];
} }
} else if ($row['itemtype'] == 17) { //nothing dropped, but showing the recorded date } else if ($row['itemtype'] == 17) { //nothing dropped, but showing the recorded date
echo 'nothing dropped at this location on this date.';
echo 'nothing dropped at this location on this date';
} else { } else {
if (is_null($row['material'])) { if (is_null($row['material'])) {
$itemrarity = $row['itemrarity']; $itemrarity = $row['itemrarity'];


Laden…
Annuleren
Opslaan