Skip to content
Snippets Groups Projects
Commit 5c339208 authored by Helmo's avatar Helmo
Browse files

typo

parent 211b496a
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ class listform_actions {
$key = $field['field'];
if(isset($field['formtype']) && $field['formtype'] == 'SELECT') {
if(strtolower($rec[$key]) == 'y' or strtolower($rec[$key]) == 'n') {
// Set a additional image variable for bolean fields
// Set a additional image variable for boolean fields
$rec['_'.$key.'_'] = (strtolower($rec[$key]) == 'y')?'x16/tick_circle.png':'x16/cross_circle.png';
}
//* substitute value for select field
......
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