From b6828b4b4ba57ca5c34d02788729200f60269c3e Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 25 Aug 2013 12:18:00 +0000 Subject: [PATCH] fix for list attributes --- lam/lib/lists.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 36ed70f8..06ab87f0 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -839,6 +839,7 @@ class lamList { $attr_string = $_SESSION["config"]->get_listAttributes($this->type); $temp_array = explode(";", $attr_string); $hash_table = getListAttributeDescriptions($this->type); + $hash_table = array_change_key_case($hash_table, CASE_LOWER); // generate column attributes and descriptions for ($i = 0; $i < sizeof($temp_array); $i++) { // if value is predifined, look up description in hash_table