]> git.evergreen-ils.org Git - Evergreen.git/commit
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:57 +0000 (14:44 -0500)
commit49fb248cfc1033e3a962dd24a2f948c03be0031a
tree63cd03706a2b8090c9fdf5720a55117907a90ac6
parentff71bd863c052ad386276ecbb3c9a1ecc6d2d469
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