Bug 8804 [Revised] Quiet errors in the log from Auth.pm
authorOwen Leonard <oleonard@myacpl.org>
Fri, 21 Sep 2012 20:49:51 +0000 (16:49 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 1 Nov 2012 20:57:19 +0000 (16:57 -0400)
commit5b8e1548e44b66b8d9206b206ee0e768d3c5c12b
treec1dbb588e58372f70f9bf9ea76fae228f78bcfa0
parent4db3611ee6210d549e5dda5f705a02310c93e500
Bug 8804 [Revised] Quiet errors in the log from Auth.pm

Found three cases where variables were being
referenced which did not (in each case) exist. Adding
checks for those variables' existence.

Errors appeared when logged in and viewing a detail
page in the OPAC.

Revision simplifies logic as per RM suggestion.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Auth.pm