Index: branches/unlabeled/unlabeled-1.21.2/core/units/languages/languages_config.php =================================================================== diff -u -r7701 -r7813 --- branches/unlabeled/unlabeled-1.21.2/core/units/languages/languages_config.php (.../languages_config.php) (revision 7701) +++ branches/unlabeled/unlabeled-1.21.2/core/units/languages/languages_config.php (.../languages_config.php) (revision 7813) @@ -143,7 +143,7 @@ ) ), 'Fields' => Array( - 'LanguageId' => Array(), + 'LanguageId' => Array('type' => 'int'), 'PackName' => Array('type' => 'string','not_null' => '1','default' => '','required'=>1), 'LocalName' => Array('type' => 'string','not_null' => '1','default' => '','required'=>1), 'Enabled' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array(0 => 'la_Disabled', 1 => 'la_Enabled'), 'use_phrases' => 1, 'not_null' => '1', 'default' => 1),