Alter order of $street and $address2 as address fields

This commit is contained in:
Miles Lott 2001-03-12 01:33:36 +00:00
parent 716b8fe6ee
commit b1a199ae36

View File

@ -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. */