We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5076ce9 commit 0a60ff4Copy full SHA for 0a60ff4
interface/lib/classes/listform_actions.inc.php
@@ -180,8 +180,7 @@ public function prepareDataRow($rec)
180
$rec['_'.$key.'_'] = (strtolower($rec[$key]) == 'y')?'x16/tick_circle.png':'x16/cross_circle.png';
181
}
182
//* substitute value for select field
183
- if(isset($field['datasource']) && $field['datasource']) $rec[$key] = $app->functions->htmlentities(@$field['value'][$rec[$key]]);
184
- else $rec[$key] = @$field['value'][$rec[$key]];
+ $rec[$key] = $app->functions->htmlentities(@$field['value'][$rec[$key]]);
185
186
187
0 commit comments