Index: branches/5.2.x/core/units/custom_fields/custom_fields_config.php =================================================================== diff -u -N -r13840 -r14092 --- branches/5.2.x/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 13840) +++ branches/5.2.x/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 14092) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'not_null' => 1, 'default' => ''), - 'OptionTitle' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), - 'Options' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), + 'OptionKey' => Array ('type' => 'string', 'default' => ''), + 'OptionTitle' => Array ('type' => 'string', 'default' => ''), + 'Options' => Array ('type' => 'string', 'default' => ''), ),