Changeset 13324
- Timestamp:
- 11/24/08 23:53:58 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/widget/sfWidgetFormSelectCheckbox.class.php
r11591 r13324 105 105 ); 106 106 107 if ( in_array(strval($key),$value))107 if ((is_array($value) && in_array(strval($key), $value)) || strval($key) == strval($value)) 108 108 { 109 109 $baseAttributes['checked'] = 'checked';

