Yes. It broke something

This reverts commit a2f1748ff6.
This commit is contained in:
2025-09-29 13:28:57 -07:00
parent a2f1748ff6
commit 4022e96a15
9 changed files with 10 additions and 87 deletions

View File

@@ -17,7 +17,7 @@ $onlyShowValue = (string)$post['onlyShowValue'] ?? '';
$currentIcons = json_decode(base64_decode((string)($post['currentIcons'] ?? 'W10K')));
$where = ["u.banned = 0", "(c.state = 1 OR c.state = 2)"];
$params = new stdClass();
$params = [];
$types = "";
$order = match($sortBy) {
1 => "ORDER BY c.price ASC",