Index: trunk/kernel/units/stylesheets/stylesheets_config.php =================================================================== diff -u -N -r7391 -r7867 --- trunk/kernel/units/stylesheets/stylesheets_config.php (.../stylesheets_config.php) (revision 7391) +++ trunk/kernel/units/stylesheets/stylesheets_config.php (.../stylesheets_config.php) (revision 7867) @@ -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' => ''),