X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=acqui%2Fz3950_search.pl;h=f9c1ab50df7148fcc4db1b08b79b93f41ef31118;hb=568f32606c2c9c247b2b477193a2d6814f738fa6;hp=0ae843ff2f5b3f4578fe46d4483ebf4c86a6b0c9;hpb=4b1749c170a534f315b17093c21b188837844868;p=koha.git diff --git a/acqui/z3950_search.pl b/acqui/z3950_search.pl index 0ae843ff2f..f9c1ab50df 100755 --- a/acqui/z3950_search.pl +++ b/acqui/z3950_search.pl @@ -93,7 +93,7 @@ $template->param( ); if ( $op ne "do_search" ) { - my $sth = $dbh->prepare("select id,host,name,checked from z3950servers order by host"); + my $sth = $dbh->prepare("select id,host,name,checked from z3950servers where recordtype <> 'authority' order by host"); $sth->execute(); my $serverloop = $sth->fetchall_arrayref( {} ); $template->param( @@ -112,7 +112,6 @@ if (@id==0) { } my $pars= { - random => $input->param('random') || rand(1000000000), biblionumber => $biblionumber, page => $page, id => \@id,