From 4544cab04b3ed556fb02984053e66b0977993b4d Mon Sep 17 00:00:00 2001 From: "Igor Barkov [iwork]" Date: Fri, 15 Feb 2019 19:01:04 +0200 Subject: [PATCH] query error --- comission.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comission.php b/comission.php index 0744256..a783d76 100644 --- a/comission.php +++ b/comission.php @@ -145,7 +145,7 @@ if (isset($_GET['max'])) { `magic`.`img` AS `magic_img`, 0 AS `maxdur` -FROM `inventory` LEFT JOIN `magic` ON `magic` = `magic`.`id` WHERE `dressed` = 0 AND `inventory`.`name` LIKE "?S" AND `setsale` > 0 ORDER BY `setsale` ASC', $_GET['max'].'%'); +FROM `inventory` LEFT JOIN `magic` ON `magic` = `magic`.`id` WHERE `dressed` = 0 AND `inventory`.`name` LIKE "?S%" AND `setsale` > 0 ORDER BY `setsale` ASC', $_GET['max']); $iteminfo = []; while ($row = $data->fetch_assoc()) { $iteminfo[] = new ShopItem($row);