make class greater

This commit is contained in:
Igor Barkov [iwork] 2019-01-14 16:56:24 +02:00
parent 080f281cd1
commit d7bb9a89c5
1 changed files with 3 additions and 3 deletions

View File

@ -30,9 +30,9 @@ while ($row = $result->fetch_assoc()) {
$iteminfo[] = new ShopItem($row);
}
//while ($row = $result2->fetch_assoc()) {
// $iteminfo[] = new InventoryItem($row);
//}
while ($row = $result2->fetch_assoc()) {
$iteminfo[] = new InventoryItem($row);
}
echo "<table width='100%'>";
foreach ($iteminfo as $ii) {