Merge branch 'Preorder/fix-rimo-filter' into 'master'
fixed rimo filter preorder See merge request fronk/thetool!1714
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user