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

--- Comment #39 from M. Tompsett <mtomp...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to