]> git.evergreen-ils.org Git - Evergreen.git/commit
Prevent uninit var warnings in Search/Biblio.pm
authorDan Scott <dscott@laurentian.ca>
Tue, 18 Jun 2013 16:17:40 +0000 (12:17 -0400)
committerBen Shum <bshum@biblio.org>
Tue, 18 Jun 2013 16:49:26 +0000 (12:49 -0400)
commit7d8e0cab70128e271f7cfcc321cf67c6b1027aa2
treeee5034d6f57eae9372cc7cacee4d11639ca164df
parent693ed63d2f3f92ef1be6d474c6d5b732e3b65912
Prevent uninit var warnings in Search/Biblio.pm

The logger messages in Search/Biblio.pm throw _many_ uninitialized
variable warnings. With a little care, we can prevent those warnings and
return our attention to more important log messages.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm