LP#1400082 - avoid uninitialized var warning at TPAC login
authorDan Scott <dscott@laurentian.ca>
Sun, 7 Dec 2014 13:51:33 +0000 (08:51 -0500)
committerBen Shum <bshum@biblio.org>
Tue, 16 Dec 2014 19:44:52 +0000 (14:44 -0500)
commit19833e4462769c98d2ce37a10975f0bc634f02c0
tree289583999737b32414ee8c100a6dd9ad12310f74
parentd24a74851de436340ab89e64ab25f6271f374f99
LP#1400082 - avoid uninitialized var warning at TPAC login

Give username a default value of '', which makes the regex happy (avoiding an
uninit warning in Apache logs if no value was entered) and still counts as de
nada for the purposes of the actual login dance.

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