Bug 8116 : Fixing warn in error log
authorPiotr Kowalski <kolpen@o2.pl>
Mon, 28 May 2012 09:50:49 +0000 (21:50 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 5 Jun 2012 13:53:07 +0000 (15:53 +0200)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
cataloguing/z3950_search.pl

index 6e6b417..a44b5ea 100755 (executable)
@@ -115,7 +115,7 @@ else {
     my @oResult;
     my @errconn;
     my $s = 0;
-    my $query;
+    my $query = '';
     my $nterms;
     if ($isbn || $issn) {
         $term=$isbn if ($isbn);