diff --git a/test.php b/test.php index b4d3fec..b73007f 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) {