From: centaurix Date: Mon, 14 Oct 2002 21:21:24 +0000 (+0000) Subject: * added vcard url, skeleton functions. slow but not to slow ;) more is to come ! X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=c53407bcef8c0413d40e751b0bbb8cad58f3fac0;ds=sidebyside * added vcard url, skeleton functions. slow but not to slow ;) more is to come ! git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3847 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/class/helper/VCard.class.php b/class/helper/VCard.class.php index cb79f813..ee2b0518 100644 --- a/class/helper/VCard.class.php +++ b/class/helper/VCard.class.php @@ -8,8 +8,24 @@ * * This (will) contain functions needed to vCards. * + * http://www.imc.org/pdi/vcard-21.txt + * * $Id$ */ +class VCard { + +function create_vcard ($value_array) { + +return $vcard; +} + +function parse_vcard ($vcard) { + +return $array; +} + +} + ?>