Merge branch 'Preorder/fix-rimo-filter' into 'master'

fixed rimo filter preorder

See merge request fronk/thetool!1714
This commit is contained in:
Luca Haid
2025-09-04 12:07:00 +00:00
-1
View File
@@ -542,7 +542,6 @@ class PreorderModel
$sql .= " LIMIT " . $limit['count']; $sql .= " LIMIT " . $limit['count'];
} }
} }
die($sql);
mfLoghandler::singleton()->debug($sql); mfLoghandler::singleton()->debug($sql);
$res = $db->query($sql); $res = $db->query($sql);
if ($db->num_rows($res)) { if ($db->num_rows($res)) {