Bugzilla – Attachment 9800 Details for
Bug 8116
z3950 empty search causes silent warning in koha-error_log
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8116 : Fixing warn in error log
Bug-8116--Fixing-warn-in-error-log.patch (text/plain), 717 bytes, created by
Chris Cormack
on 2012-05-28 09:52:02 UTC
(
hide
)
Description:
Bug 8116 : Fixing warn in error log
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-05-28 09:52:02 UTC
Size:
717 bytes
patch
obsolete
>From 43a5fd9ce08f85063ce4777faf7c434986692502 Mon Sep 17 00:00:00 2001 >From: Piotr Kowalski <kolpen@o2.pl> >Date: Mon, 28 May 2012 21:50:49 +1200 >Subject: [PATCH] Bug 8116 : Fixing warn in error log > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > cataloguing/z3950_search.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cataloguing/z3950_search.pl b/cataloguing/z3950_search.pl >index 6e6b417..a44b5ea 100755 >--- a/cataloguing/z3950_search.pl >+++ b/cataloguing/z3950_search.pl >@@ -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); >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8116
:
9633
| 9800