make class greater

This commit is contained in:
Igor Barkov [iwork] 2019-01-14 16:50:41 +02:00
parent 8b35012f8e
commit 01c6eb5d91

View File

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