[Koha-bugs] [Bug 6132] System preferences are case sensitive

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 11 10:27:09 CEST 2011


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

--- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-08-11 08:27:09 UTC ---
Marcel, this bit does make a difference

+    $var = lc($var);
     if (exists $sysprefs{$var}) {
         return $sysprefs{$var};
     }

Hash keys are case sensitive (as are template variables), I agree the lower in
the sql is not nessecary, Henri-Damien or Julian can you give us a test plan,
or how to recreate the issue please?

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list