Bug 16675: fix breakage of t/Languages.t
[koha.git] / acqui / z3950_search.pl
index b11c508..b2b5124 100755 (executable)
@@ -110,7 +110,7 @@ if ( $op ne "do_search" ) {
     exit;
 }
 
-my @id = $input->param('id');
+my @id = $input->multi_param('id');
 if (@id==0) {
     $template->param( emptyserverlist => 1 );
     output_html_with_http_headers $input, $cookie, $template->output;