From: hdl Date: Thu, 31 Mar 2005 18:17:16 +0000 (+0000) Subject: index reporting. X-Git-Tag: dev_week~1591 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=9e2872aeaa4c37bb829b49b36019b51a6e2d1602;p=koha.git index reporting. --- diff --git a/authorities/auth_finder.pl b/authorities/auth_finder.pl index ba8e5d0d84..8b22651373 100755 --- a/authorities/auth_finder.pl +++ b/authorities/auth_finder.pl @@ -150,7 +150,7 @@ if ($op eq "do_search") { debug => 1, }); - $template->param(index => $index, + $template->param(index=>$query->param('index')."", resultstring => $resultstring, ); }