Add cleanup for KEY vcard field

This commit is contained in:
Miles Lott 2001-03-21 19:48:17 +00:00
parent f1d60a66b9
commit 65eec865a5

View File

@ -671,7 +671,7 @@
//$hlabel = ereg_replace(")",",",$hlabel);
$hlabel = "LABEL;HOME;QUOTED-PRINTABLE:".$hlabel."\n";
}
$entries = ereg_replace("PUBKEY","KEY",$entries);
$entries .= $work.$home.$wlabel.$hlabel."END:VCARD\n";
$entries .= "\n";