please Travis
This commit is contained in:
parent
812b9adee7
commit
d682cb3103
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user