Index: branches/unlabeled/unlabeled-1.10.2/kernel/units/stylesheets/stylesheets_config.php =================================================================== diff -u -r7636 -r7849 --- branches/unlabeled/unlabeled-1.10.2/kernel/units/stylesheets/stylesheets_config.php (.../stylesheets_config.php) (revision 7636) +++ branches/unlabeled/unlabeled-1.10.2/kernel/units/stylesheets/stylesheets_config.php (.../stylesheets_config.php) (revision 7849) @@ -102,7 +102,7 @@ ) ), 'Fields' => Array( - 'StylesheetId' => Array(), + 'StylesheetId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'Name' => Array('type' => 'string','not_null' => '1','default' => '','required'=>1), 'Description' => Array('type' => 'string','not_null' => '1','default' => ''), 'AdvancedCSS' => Array('type' => 'string','not_null' => '1','default' => ''),