Fix typo in z3950 search in acquisitions
authorChris Cormack <chrisc@library.org.nz>
Tue, 20 Jul 2010 19:35:38 +0000 (07:35 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 20 Jul 2010 20:10:18 +0000 (16:10 -0400)
Signed-off-by: Chris Cormack <chrisc@catalyst.nz>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
acqui/z3950_search.pl

index 1238e16..444c893 100755 (executable)
@@ -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,