From ee1674c9bd58597d59a9e000b2a624f2178a1b11 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Mon, 19 May 2008 17:54:42 +0200 Subject: [PATCH] Adding orderby parameter : Fixes changing page in auth_finder.pl Signed-off-by: Joshua Ferraro --- authorities/auth_finder.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/authorities/auth_finder.pl b/authorities/auth_finder.pl index 22330e24b0..f68c18afe3 100755 --- a/authorities/auth_finder.pl +++ b/authorities/auth_finder.pl @@ -128,6 +128,7 @@ if ( $op eq "do_search" ) { $template->param( result => $results ) if $results; $template->param( + orderby => $orderby, startfrom => $startfrom, displaynext => $displaynext, displayprev => $displayprev, -- 2.39.5