From fe8e5fdf39f9e8ac90714a892618e3cc045e496b Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 21 Jul 2010 07:35:38 +1200 Subject: [PATCH] Fix typo in z3950 search in acquisitions Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton --- acqui/z3950_search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/z3950_search.pl b/acqui/z3950_search.pl index 1238e16ae2..444c893dc4 100755 --- a/acqui/z3950_search.pl +++ b/acqui/z3950_search.pl @@ -97,7 +97,7 @@ foreach my $thisframeworkcode ( keys %$frameworks ) { if ( $row{'value'} eq $frameworkcode){ $row{'active'} = 'true'; } - push @frameworkcodeloop, $row; + push @frameworkcodeloop, \%row; } $template->param( frameworkcode => $frameworkcode, -- 2.20.1