Skip to content
Snippets Groups Projects
Commit 6b2d8a3c authored by arnaud's avatar arnaud
Browse files

FIX limit+1 dosn't show Total line

parent ef7a3344
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment