Bugzilla – Attachment 13165 Details for
Bug 8826
Initialization of hash triggers error log entries.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8826 - Initialization of hash triggers error log entries - Followup
Bug-8826---Initialization-of-hash-triggers-error-l.patch (text/plain), 833 bytes, created by
Chris Cormack
on 2012-11-01 06:59:20 UTC
(
hide
)
Description:
Bug 8826 - Initialization of hash triggers error log entries - Followup
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-11-01 06:59:20 UTC
Size:
833 bytes
patch
obsolete
>From e2afac7e7adcb66ab01922ef5c68ce046c0886d7 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 28 Sep 2012 09:19:29 -0400 >Subject: [PATCH] Bug 8826 - Initialization of hash triggers error log entries > - Followup > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > circ/circulation.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index b051281..1d634d2 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -98,7 +98,7 @@ our %renew_failed = {}; > for (@failedrenews) { $renew_failed{$_} = 1; } > > my @failedreturns = $query->param('failedreturn'); >-our %return_failed = {}; >+our %return_failed = (); > for (@failedreturns) { $return_failed{$_} = 1; } > > my $findborrower = $query->param('findborrower'); >-- >1.7.10.4
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 8826
:
12543
|
12544
|
12581
|
12582
| 13165