]> git.evergreen-ils.org Git - working/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:47 +0000 (14:44 -0500)
commit8ee660ea1964c774b82157c717efb4f884f666fe
treeff71ade7a4c1597bc2e822340b7b11538b3490ac
parentda51e171221f407edf65a6df2aef96ea2a1e1433
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