bug fixes

This commit is contained in:
JT Smith 2004-03-08 01:05:12 +00:00
parent 1d02c5e73f
commit f1508cfd93
4 changed files with 4 additions and 6 deletions

View file

@ -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;