bug #1739253 about the new page number in navi, thanks to Juergen Wind for the suggestions

This commit is contained in:
Marc Delisle
2007-06-20 12:14:18 +00:00
parent 7d750dded7
commit 8b94c4cf83
3 changed files with 12 additions and 3 deletions

View File

@@ -74,7 +74,13 @@ if (isset($disp_row) && is_array($disp_row)) {
'&',
$session_max_rows,
$pageNow,
$nbTotalPage
$nbTotalPage,
200,
5,
5,
20,
10,
$GLOBALS['strPageNumber']
);
}
}