Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a0d77095

Von Sven Schöling vor etwa 14 Jahren hinzugefügt

  • ID a0d77095754b149d558d4ca627e78f640eb12cf0
  • Vorgänger 633506a8
  • Nachfolger e3c125a1

Bugfix: Locales in company_logo und kopf.pl

login.pl und kopf.pl werden speziell dispatcht und müssen ihre eigenen user
locales initialisieren.

Unterschiede anzeigen:

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