Bug 10096 - Add a Z39.50 interface for authority searching
[koha.git] / acqui / z3950_search.pl
index 647db8c..f9c1ab5 100755 (executable)
@@ -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(