Index: branches/5.0.x/core/units/users/users_config.php =================================================================== diff -u -N -r12887 -r12970 --- branches/5.0.x/core/units/users/users_config.php (.../users_config.php) (revision 12887) +++ branches/5.0.x/core/units/users/users_config.php (.../users_config.php) (revision 12970) @@ -1,6 +1,6 @@ Array('type' => 'string','default' => null), 'PwRequestTime' => Array('type' => 'int','default' => null), 'MinPwResetDelay' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array(300 => '5', 600 => '10', 900 => '15', 1800 => '30', 3600 => '60'), 'use_phrases' => 0, 'not_null' => '1', 'default' => 1800), + 'AdminLanguage' => Array ( + 'type' => 'int', + 'formatter' => 'kOptionsFormatter', 'options_sql' => 'SELECT %s FROM ' . TABLE_PREFIX . 'Language ORDER BY PackName', 'option_key_field' => 'LanguageId', 'option_title_field' => 'LocalName', + 'default' => NULL + ), ), 'VirtualFields' => Array(