mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 06:48:40 +01:00
Fix adr_countryname case
This commit is contained in:
parent
350f22470f
commit
431cb0a36e
@ -71,14 +71,14 @@
|
|||||||
$fields["adr_locality"] = $city;
|
$fields["adr_locality"] = $city;
|
||||||
$fields["adr_region"] = $state;
|
$fields["adr_region"] = $state;
|
||||||
$fields["adr_postalcode"] = $zip;
|
$fields["adr_postalcode"] = $zip;
|
||||||
$fields["adr_Countryname"] = $country;
|
$fields["adr_countryname"] = $country;
|
||||||
$fields["tz"] = $timezone;
|
$fields["tz"] = $timezone;
|
||||||
$fields["bday"] = $bday;
|
$fields["bday"] = $bday;
|
||||||
$fields["url"] = $url;
|
$fields["url"] = $url;
|
||||||
$fields["notes"] = $notes;
|
$fields["notes"] = $notes;
|
||||||
|
|
||||||
$this->add($phpgw_info["user"]["account_id"],$fields);
|
$this->add($phpgw_info["user"]["account_id"],$fields);
|
||||||
|
|
||||||
Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"]."/addressbook/","cd=14"));
|
Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"]."/addressbook/","cd=14"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user