lang support is not working correctly, just deactivated it

This commit is contained in:
Lars Kneschke 2001-01-06 21:17:13 +00:00
parent f9a2fa3840
commit 71cb70e46c

View File

@ -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();
} }
} }