diff --git a/comission.php b/comission.php index 5c6ed60..a313537 100644 --- a/comission.php +++ b/comission.php @@ -237,7 +237,7 @@ switch ($shopCategoryTypeNumber) { query('SELECT * FROM `inventory` WHERE `setsale` > 0 AND `dressed` = 0 AND `owner` = ?i ORDER BY `update` DESC', $_SESSION['uid']); while ($row = $data->fetch_assoc()) { @@ -287,11 +287,6 @@ switch ($shopCategoryTypeNumber) {