We're living in 2004 now... perl is your friend for these kinds of things :)
[squirrelmail.git] / class / helper / VCard.class.php
index ee2b0518ceb82413e511eba8bfa5fcb658743caf..96f494e9d1decd6eb56e1b747c2095c55907a89e 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * vCard.class
  *
- * Copyright (c) 2002 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$
+ * @package squirrelmail
  */
 
-
+/**
+ * Undocumented class
+ * @package squirrelmail
+ */
 class VCard {
 
 function create_vcard ($value_array) {