mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Set country name too, so address format works
This commit is contained in:
parent
97523a99f3
commit
711ffd4fdb
@ -1398,6 +1398,8 @@ class addressbook_ui extends addressbook_bo
|
||||
{
|
||||
$content['adr_one_countrycode'] =
|
||||
$GLOBALS['egw_info']['user']['preferences']['common']['country'];
|
||||
$content['adr_one_countryname'] =
|
||||
$GLOBALS['egw']->country->get_full_name($GLOBALS['egw_info']['user']['preferences']['common']['country']);
|
||||
}
|
||||
if ($this->prefs['fileas_default']) $content['fileas_type'] = $this->prefs['fileas_default'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user