bug fixes
This commit is contained in:
parent
1d02c5e73f
commit
f1508cfd93
4 changed files with 4 additions and 6 deletions
|
|
@ -449,7 +449,6 @@ Specify the form variable the paginator should use in it's links. Defaults to "
|
|||
=cut
|
||||
|
||||
sub new {
|
||||
my ($class, $currentURL, $rowsPerPage, $rowRef, $formVar, $pageRef, $pn);
|
||||
my $class = shift;
|
||||
my $currentURL = shift;
|
||||
my $rowsPerPage = shift || 25;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue