Adding FIXME to comment
[squirrelmail.git] / include / validate.php
index 3821345822bcb266efd690c28c20e3910652e633..339c8ed64164e95af7a5bb573409e39f8cddfd6e 100644 (file)
@@ -3,13 +3,14 @@
 /**
 * validate.php
 *
-* Copyright (c) 1999-2003 The SquirrelMail Project Team
+* Copyright (c) 1999-2004 The SquirrelMail Project Team
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 *
-* $Id$
+* @version $Id$
+* @package squirrelmail
 */
 
-/* include the mime class before the session start ! otherwise we can't store
+/** include the mime class before the session start ! otherwise we can't store
  * messages with a session_register.
  *
  * From http://www.php.net/manual/en/language.oop.serialization.php: