Bug 8826 - Initialization of hash triggers error log entries.
authorMark Tompsett <mtompset@hotmail.com>
Thu, 27 Sep 2012 06:52:14 +0000 (14:52 +0800)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 2 Nov 2012 16:11:51 +0000 (12:11 -0400)
commitbf4a7bd65c8529b5eaf3cbea6d7111bef634cc22
tree3ca8776888c132f599d27986d1c89aa7096e1168
parent369c5382a48ab2faab1f49e710681681e718ab40
Bug 8826 - Initialization of hash triggers error log entries.

Changed:
our %renew_failed = {};
To:
our %renew_failed = ();
This prevents an error log about Reference found where
even-sized list expected.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
circ/circulation.pl