just the file to remind me to actually *code* what i post on mailing lists ;)
authorcentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 Oct 2002 01:34:51 +0000 (01:34 +0000)
committercentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 Oct 2002 01:34:51 +0000 (01:34 +0000)
will add stuff time by time. feel free to help everybody. (plz email me before coding)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3827 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/helper/VCard.class.php [new file with mode: 0644]

diff --git a/class/helper/VCard.class.php b/class/helper/VCard.class.php
new file mode 100644 (file)
index 0000000..cb79f81
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * vCard.class
+ *
+ * Copyright (c) 2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * This (will) contain functions needed to vCards.
+ *
+ * $Id$
+ */
+
+
+?>