From 5011479de33e56aa27c74fd60befe4e4963ce013 Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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 Signed-off-by: Jared Camins-Esakov --- circ/circulation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 5984e0b6d1..2a6214a537 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'); -- 2.20.1