make class greater

This commit is contained in:
Igor Barkov [iwork] 2019-01-14 16:50:41 +02:00
parent 8b35012f8e
commit 01c6eb5d91
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) {