diff --git a/addressbook/inc/class.vcard.inc.php b/addressbook/inc/class.vcard.inc.php index e7521d827a..f5dc392b25 100644 --- a/addressbook/inc/class.vcard.inc.php +++ b/addressbook/inc/class.vcard.inc.php @@ -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";