please Travis

This commit is contained in:
Christophe Battarel 2022-04-29 11:09:32 +02:00
parent 812b9adee7
commit d682cb3103

View File

@ -235,7 +235,7 @@ if ($action == 'getProducts') {
$sql .= $hookmanager->resPrint; $sql .= $hookmanager->resPrint;
// load only one page of products // load only one page of products
$sql .= ' LIMIT '. $db->escape($search_start) . ',' . $db->escape($search_limit); $sql.= $db->plimit($search_limit, $search_start);
$resql = $db->query($sql); $resql = $db->query($sql);
if ($resql) { if ($resql) {