Index: branches/unlabeled/unlabeled-1.12.2/core/units/custom_fields/custom_fields_config.php =================================================================== diff -u -r7816 -r7829 --- branches/unlabeled/unlabeled-1.12.2/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 7816) +++ branches/unlabeled/unlabeled-1.12.2/core/units/custom_fields/custom_fields_config.php (.../custom_fields_config.php) (revision 7829) @@ -73,7 +73,7 @@ 'SubItems' => Array('confs-cf'), 'Fields' => Array( - 'CustomFieldId' => Array('type' => 'int','not_null' => '1','default' => ''), + 'CustomFieldId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'Type' => Array('type' => 'int','not_null' => '1','default' => '0'), 'FieldName' => Array('required'=>'1', 'type' => 'string','not_null' => 1,'default' => ''), 'FieldLabel' => Array('type' => 'string', 'required' => 1, 'default' => ''),