mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
lang support is not working correctly, just deactivated it
This commit is contained in:
parent
f9a2fa3840
commit
71cb70e46c
@ -225,8 +225,8 @@
|
||||
$db2->next_record();
|
||||
$pref_info = $db2->f("preference_value");
|
||||
$this->preference = unserialize($pref_info);
|
||||
if ($this->preference["common"]["lang"] == "auto")
|
||||
$this->preference["common"]["lang"] = $phpgw->common->getPreferredLanguage();
|
||||
# if ($this->preference["common"]["lang"] == "auto")
|
||||
# $this->preference["common"]["lang"] = $phpgw->common->getPreferredLanguage();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user