Bug 10325: (follow-up) restore case-insensivity of syspref cache
authorGalen Charlton <gmc@esilibrary.com>
Sun, 8 Sep 2013 05:08:51 +0000 (05:08 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 8 Sep 2013 05:08:51 +0000 (05:08 +0000)
commitb4c2ee3d9d22d1be93b6dfca5c251a03ec120125
treec04b57e33c9339f0ec342f57d5846fe9ed0ee35a
parent3c5e3170b9c62b3f881fdecb15d83a0bc35eed65
Bug 10325: (follow-up) restore case-insensivity of syspref cache

Case-insensitivity of the system preference cache was introduced in
the patch for bug 6132.  This patch corrects some breakage that
occurred.  Longer-term, IMO a hard look needs to be taken at
using a case-insensitive collation for syspref codes, and coded
values in general.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Context.pm