moving functions to separate file, adding configuration files
[squirrelmail.git] / class / helper / VCard.class.php
index 29fb896fb18f3b76333104933d515a46e7cdfa73..022607c16799343cc3e154123db43e350fd6675f 100644 (file)
@@ -3,17 +3,21 @@
 /**
  * vCard.class
  *
- * Copyright (c) 2003 The SquirrelMail Project Team
+ * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This (will) contain functions needed to vCards.
  *
  * http://www.imc.org/pdi/vcard-21.txt
  *
- * $Id$
+ * @version $Id$
+ * @package squirrelmail
  */
 
-
+/**
+ * Undocumented class
+ * @package squirrelmail
+ */
 class VCard {
 
 function create_vcard ($value_array) {