Revision d8ad641c
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/Auth.pm | ||
---|---|---|
492 | 492 |
# The XUL/XML backed menu has been removed. |
493 | 493 |
$user_data{menustyle} = 'v3' if lc($user_data{menustyle} || '') eq 'xml'; |
494 | 494 |
|
495 |
# Set default language if selected language does not exist (anymore). |
|
496 |
$user_data{countrycode} = $::lx_office_conf{system}->{language} unless $user_data{countrycode} && -d "locale/$user_data{countrycode}"; |
|
497 |
|
|
495 | 498 |
$sth->finish(); |
496 | 499 |
|
497 | 500 |
$main::lxdebug->leave_sub(); |
Auch abrufbar als: Unified diff
Fallback auf Sprache aus kivitendo.conf, falls vom Benutzer selektierte Sprache nicht existiert