Index: branches/unlabeled/unlabeled-1.7.26/kernel/units/selectors/selectors_config.php =================================================================== diff -u -r7853 -r7880 --- branches/unlabeled/unlabeled-1.7.26/kernel/units/selectors/selectors_config.php (.../selectors_config.php) (revision 7853) +++ branches/unlabeled/unlabeled-1.7.26/kernel/units/selectors/selectors_config.php (.../selectors_config.php) (revision 7880) @@ -87,7 +87,7 @@ ) ), 'Fields' => Array( - 'SelectorId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), + 'SelectorId' => Array(), 'StylesheetId' => Array('type' => 'int', 'unique'=>Array('SelectorName'), 'current_table_only' => 1, 'not_null' => '1','default' => '0'), 'Name' => Array('type' => 'string','not_null' => '1','default' => '','required'=>1), 'SelectorName' => Array('type' => 'string', 'unique'=>Array('StylesheetId'), 'current_table_only' => 1, 'not_null' => '1','default' => '','required'=>1),