Index: trunk/core/units/custom_fields/custom_fields_config.php =================================================================== diff -u -N -r1566 -r1795 --- trunk/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 1566) +++ trunk/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 1795) @@ -60,7 +60,6 @@ 'Heading' => Array('type' => 'string','default' => ''), 'Prompt' => Array('type' => 'string','default' => ''), 'ElementType' => Array('required'=>'1', 'type'=>'string', 'not_null'=>1, 'default'=>'NULL', 'formatter'=>'kOptionsFormatter', 'use_phrases' => 1, 'options'=>Array('' => 'la_EmptyValue', 'select' => 'la_type_select', 'label' => 'la_type_label', 'password' => 'la_type_password','radio' => 'la_type_radio', 'textarea' => 'la_type_textarea', 'text' => 'la_type_text')), - 'Multilingual' => Array('type' => 'int','default' => '0'), 'ValueList' => Array('type' => 'string','default' => ''), 'DisplayOrder' => Array('type' => 'int','not_null' => '1','default' => '0'), 'OnGeneralTab' => Array('type' => 'int','not_null' => '1','default' => '0'),