]> git.koha-community.org Git - koha.git/commit
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)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 2 Nov 2012 17:15:29 +0000 (06:15 +1300)
commitd39283175622ddecaa3797566d1b4bc910ecdaa0
tree86a697756309b337d16bf5d391db1d16fc23517f
parent4e0af00bfae05d6a48d218b7638fcbedca010267
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>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
circ/circulation.pl