15 is too little

This commit is contained in:
JT Smith 2008-06-13 16:36:25 +00:00
parent f574fd7dbf
commit 570ecd0c50

View file

@ -104,7 +104,7 @@ sub getManagerPaginator {
;
my $recordOffset = $session->form->get( 'recordOffset' ) || 1;
my $rowsPerPage = $session->form->get( 'rowsPerPage' ) || 15;
my $rowsPerPage = $session->form->get( 'rowsPerPage' ) || 25;
my $currentPage = int ( $recordOffset / $rowsPerPage ) + 1;
my $p = WebGUI::Paginator->new( $session, '', $rowsPerPage, 'pn', $currentPage );