[Koha-bugs] [Bug 11077] Correct silent warnings in C4/Auth.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 28 19:35:52 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11077

--- Comment #39 from M. Tompsett <mtompset at hotmail.com> ---
Yes, my patch does change it back. I did as you suggested and looked at the
code again. If we set the variable to 'None', it bypasses the if completely. If
we set the variable to '', it goes through the elsif check, but runs the else
which fail (due to a lack of userid). The return check fails, triggering the
else which does nothings, because of the lack of userid. In the end, a lack of
login is accomplished either way. Since 'None' was approved via the QA process,
I'll change my patch to exclude that tweak.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list