From 9e2872aeaa4c37bb829b49b36019b51a6e2d1602 Mon Sep 17 00:00:00 2001 From: hdl Date: Thu, 31 Mar 2005 18:17:16 +0000 Subject: [PATCH] index reporting. --- authorities/auth_finder.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ); } -- 2.39.5