mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Alter order of $street and $address2 as address fields
This commit is contained in:
parent
716b8fe6ee
commit
b1a199ae36
@ -112,8 +112,8 @@
|
||||
$city != "" || /* City */
|
||||
$state != "" || /* State */
|
||||
$zip != "") /* Zip */
|
||||
printf("ADR:;%s;%s;%s;%s;%s;%s\r\n", $address2,
|
||||
$street,$city,$state,$zip,$country);
|
||||
printf("ADR:;;%s;%s;%s;%s;%s;%s\r\n", $street,
|
||||
$address2,$city,$state,$zip,$country);
|
||||
|
||||
if($bday != "" && $bday != "//") /* Birthday */
|
||||
printf("BDAY:%s\r\n", $bday); /* This is not the right format. */
|
||||
|
Loading…
Reference in New Issue
Block a user