Revision a0d77095
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
bin/mozilla/kopf.pl | ||
---|---|---|
9 | 9 |
|
10 | 10 |
sub run { |
11 | 11 |
my $session_result = shift; |
12 |
%::myconfig = $::auth->read_user($::form->{login}) if $::form->{login}; |
|
13 |
$::locale = Locale->new($::myconfig{countrycode}) if $::myconfig{countrycode}; |
|
12 | 14 |
|
13 | 15 |
my $form = $main::form; |
14 | 16 |
my $locale = $main::locale; |
Auch abrufbar als: Unified diff
Bugfix: Locales in company_logo und kopf.pl
login.pl und kopf.pl werden speziell dispatcht und müssen ihre eigenen user
locales initialisieren.