FIX limit+1 dosn't show Total line

This commit is contained in:
arnaud 2017-04-06 11:14:15 +02:00
parent ef7a334414
commit 6b2d8a3c34

View File

@ -551,7 +551,7 @@ if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
$nbtotalofrecords = $db->num_rows($result);
}
$sql.= $db->plimit($limit+1,$offset);
$sql.= $db->plimit($limit,$offset);
//print $sql;
$resql = $db->query($sql);