Bugzilla – Attachment 12582 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), 820 bytes, created by
Kyle M Hall (khall)
on 2012-09-28 13:20:23 UTC
(
hide
)
Description:
Bug 8826 - Initialization of hash triggers error log entries - Followup
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-28 13:20:23 UTC
Size:
820 bytes
patch
obsolete
>From 3da652505505c615ea2ab7c9535f60faa66be49e 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 >Content-Type: text/plain; charset="utf-8" > >--- > circ/circulation.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index b4f2375..9c1d1b3 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.2.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 8826
:
12543
|
12544
|
12581
|
12582
|
13165