phpdocumentor basic preparation, continued
[squirrelmail.git] / include / validate.php
index 3821345822bcb266efd690c28c20e3910652e633..8738cc35f2ff84b56d6675df90666cfa4a14af23 100644 (file)
@@ -7,9 +7,10 @@
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 *
 * $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: