Skip to content

Commit 5c33920

Browse files
committed
typo
1 parent 211b496 commit 5c33920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/listform_actions.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function prepareDataRow($rec)
192192
$key = $field['field'];
193193
if(isset($field['formtype']) && $field['formtype'] == 'SELECT') {
194194
if(strtolower($rec[$key]) == 'y' or strtolower($rec[$key]) == 'n') {
195-
// Set a additional image variable for bolean fields
195+
// Set a additional image variable for boolean fields
196196
$rec['_'.$key.'_'] = (strtolower($rec[$key]) == 'y')?'x16/tick_circle.png':'x16/cross_circle.png';
197197
}
198198
//* substitute value for select field

0 commit comments

Comments
 (0)