Index: branches/5.0.x/core/units/custom_fields/custom_fields_config.php =================================================================== diff -u -N -r13331 -r13374 --- branches/5.0.x/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 13331) +++ branches/5.0.x/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 13374) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'not_null' => 1, 'default' => ''), + 'OptionKey' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'OptionTitle' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'Options' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''),