[Koha-patches] [PATCH] Fix typo in z3950 search in acquisitions

Chris Cormack chrisc at catalyst.net.nz
Tue Jul 20 21:35:38 CEST 2010


From: Chris Cormack <chrisc at library.org.nz>

Signed-off-by: Chris Cormack <chrisc at catalyst.nz>
---
 acqui/z3950_search.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/acqui/z3950_search.pl b/acqui/z3950_search.pl
index 1238e16..444c893 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, 
-- 
1.7.0.4



More information about the Koha-patches mailing list