mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
please Travis
This commit is contained in:
@@ -235,7 +235,7 @@ if ($action == 'getProducts') {
|
||||
$sql .= $hookmanager->resPrint;
|
||||
|
||||
// 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);
|
||||
if ($resql) {
|
||||
|
||||
Reference in New Issue
Block a user