From 6e9f024c3fcb7f3d09312a1f33e48dc10ae8fed0 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 4 Nov 2002 04:01:04 +0000 Subject: [PATCH] Fixed a small bug where pagination did not retain the keyword. --- lib/WebGUI/Operation/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Operation/User.pm b/lib/WebGUI/Operation/User.pm index 52c09d93a..77c2f19ad 100644 --- a/lib/WebGUI/Operation/User.pm +++ b/lib/WebGUI/Operation/User.pm @@ -447,7 +447,7 @@ sub www_listUsers { $i++; } $sth->finish; - $p = WebGUI::Paginator->new(WebGUI::URL::page('op=listUsers'),\@row); + $p = WebGUI::Paginator->new(WebGUI::URL::page('op=listUsers&keyword='.$session{form}{keyword}),\@row); $output .= ''; $output .= '';
'.WebGUI::International::get(50).'