mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +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();
|
$db2->next_record();
|
||||||
$pref_info = $db2->f("preference_value");
|
$pref_info = $db2->f("preference_value");
|
||||||
$this->preference = unserialize($pref_info);
|
$this->preference = unserialize($pref_info);
|
||||||
if ($this->preference["common"]["lang"] == "auto")
|
# if ($this->preference["common"]["lang"] == "auto")
|
||||||
$this->preference["common"]["lang"] = $phpgw->common->getPreferredLanguage();
|
# $this->preference["common"]["lang"] = $phpgw->common->getPreferredLanguage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user