Index: branches/unlabeled/unlabeled-1.8.2/core/units/themes/themes_config.php =================================================================== diff -u -r7829 -r7874 --- branches/unlabeled/unlabeled-1.8.2/core/units/themes/themes_config.php (.../themes_config.php) (revision 7829) +++ branches/unlabeled/unlabeled-1.8.2/core/units/themes/themes_config.php (.../themes_config.php) (revision 7874) @@ -63,7 +63,7 @@ ) ), 'Fields' => Array( - 'ThemeId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), + 'ThemeId' => Array(), 'Name' => Array('type' => 'string','not_null' => '1','default' => ''), 'Enabled' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array(1=>'la_Enabled', 0=>'la_Disabled'), 'use_phrases'=>1, 'not_null' => '1','default' => '1'), 'Description' => Array('type' => 'string','default' => ''),