[Koha-bugs] [Bug 11998] Syspref caching issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 8 00:27:07 CEST 2014


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

--- Comment #11 from Robin Sheat <robin at catalyst.net.nz> ---
(In reply to M. Tompsett from comment #8)
> > +    $value = 0 if ( $db_type && $db_type eq 'YesNo' && $value eq '' );
> 
> What if $value = undef? The eq check will blow up. Should it not be !$value
> instead?

That was in the original code, and hadn't blown up that I've seen before. It
probably be !$value though.

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


More information about the Koha-bugs mailing list