X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=include%2Fvalidate.php;h=8738cc35f2ff84b56d6675df90666cfa4a14af23;hp=3821345822bcb266efd690c28c20e3910652e633;hb=2b64659747776ed791389955cc915cfb7f0b89b2;hpb=d6c32258c05219670ab3b4ae2d460d844ea9a247 diff --git a/include/validate.php b/include/validate.php index 38213458..8738cc35 100644 --- a/include/validate.php +++ b/include/validate.php @@ -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: