From 9b5d60257349d748214adb98d691adefd0b651bb Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Sun, 7 May 2006 14:27:59 +0000 Subject: [PATCH] better pod --- lib/WebGUI/Paginator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Paginator.pm b/lib/WebGUI/Paginator.pm index 8ff28cb38..9dc6cda9f 100644 --- a/lib/WebGUI/Paginator.pm +++ b/lib/WebGUI/Paginator.pm @@ -29,7 +29,7 @@ Package that paginates rows of arbitrary data for display on the web. =head1 SYNOPSIS use WebGUI::Paginator; - $p = WebGUI::Paginator->new($self->session,"/index.pl/page_name?this=that"); + $p = WebGUI::Paginator->new($self->session,$self->getUrl('thisParameter=thatValue')); $p->setDataByArrayRef(\@array); $p->setDataByQuery($sql);