Fix pagination

This commit is contained in:
Laurent Destailleur 2016-12-10 19:26:58 +01:00
parent 3131ef7b86
commit 518049bed4

View File

@ -835,8 +835,8 @@ else
$i++;
}
print_barre_liste('', $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $nbtotalofrecords, '', '', '', 'paginationatbottom');
print_barre_liste('', $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $nbtotalofrecords, '', 0, '', 'paginationatbottom', $limit);
$db->free($resql);
print "</table>";