Bug 7084 - Re-arranging results_summary for tags so that it applies where it is suppo...
[koha.git] / C4 / Z3950.pm
index 5618089..e1cb86a 100644 (file)
@@ -3,7 +3,7 @@ package C4::Z3950;
 
 # Routines for handling Z39.50 lookups
 
-# Koha library project  www.koha.org
+# Koha library project  www.koha-community.org
 
 # Licensed under the GPL
 
@@ -232,7 +232,6 @@ sub addz3950queue {
                                # spawn a separate 'cat' process.
                                my $pid=`cat $pidfile`;
                                chomp $pid;
-                               warn "PID : $pid";
                                # Kill -HUP the Z39.50 daemon to tell it to process
                                # this query.
                                my $processcount=kill 1, $pid;
@@ -297,6 +296,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info@koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut