Adding orderby parameter : Fixes changing page in auth_finder.pl
authorHenri-Damien LAURENT <henridamien@koha-fr.org>
Mon, 19 May 2008 15:54:42 +0000 (17:54 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 30 May 2008 18:57:55 +0000 (13:57 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
authorities/auth_finder.pl

index 22330e2..f68c18a 100755 (executable)
@@ -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,