Index: branches/RC/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r10832 -r10859 --- branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 10832) +++ branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 10859) @@ -1588,6 +1588,7 @@ $field = $params['field']; $helper =& $this->Application->recallObject('InpCustomFieldsHelper'); + /* @var $helper InpCustomFieldsHelper */ $element_type = $object->GetDBField($params['element_type_field']); @@ -1606,7 +1607,7 @@ } else { // used for configuration - $field_options['options'] = $helper->GetValuesHash( $object->GetDBField($params['value_list_field']) ); + $field_options['options'] = $helper->GetValuesHash($object->GetDBField($params['value_list_field']), ','); } $object->SetFieldOptions($field, $field_options);