fix for list attributes

This commit is contained in:
Roland Gruber 2013-08-25 12:18:00 +00:00
parent 9e28caf41a
commit b6828b4b4b
1 changed files with 1 additions and 0 deletions

View File

@ -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