Index: branches/RC/core/units/languages/languages_config.php =================================================================== diff -u -r10986 -r11411 --- branches/RC/core/units/languages/languages_config.php (.../languages_config.php) (revision 10986) +++ branches/RC/core/units/languages/languages_config.php (.../languages_config.php) (revision 11411) @@ -164,6 +164,7 @@ 'options' => Array('' => ''), 'options_sql' => "SELECT CONCAT(LocaleName, ' ' ,'\/',Locale,'\/') AS name, Locale FROM ".TABLE_PREFIX."LocalesList ORDER BY LocaleId", 'option_title_field' => "name", 'option_key_field' => 'Locale', ), + 'UserDocsUrl' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), ), 'VirtualFields' => Array(