diff --git a/test.php b/test.php index b73007f..b4d3fec 100644 --- a/test.php +++ b/test.php @@ -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 ""; foreach ($iteminfo as $ii) {