Skip to content
Snippets Groups Projects
Commit 0a60ff48 authored by Marius Burkard's avatar Marius Burkard
Browse files

- fixed missing commit from previous commit

parent 5076ce90
No related branches found
No related tags found
No related merge requests found
...@@ -180,8 +180,7 @@ class listform_actions { ...@@ -180,8 +180,7 @@ class listform_actions {
$rec['_'.$key.'_'] = (strtolower($rec[$key]) == 'y')?'x16/tick_circle.png':'x16/cross_circle.png'; $rec['_'.$key.'_'] = (strtolower($rec[$key]) == 'y')?'x16/tick_circle.png':'x16/cross_circle.png';
} }
//* substitute value for select field //* substitute value for select field
if(isset($field['datasource']) && $field['datasource']) $rec[$key] = $app->functions->htmlentities(@$field['value'][$rec[$key]]); $rec[$key] = $app->functions->htmlentities(@$field['value'][$rec[$key]]);
else $rec[$key] = @$field['value'][$rec[$key]];
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment