Port Thijs fix (rev.13790) to DEVEL: no words must be an empty array, not a string...
[squirrelmail.git] / class / mime / Disposition.class.php
index e26e383e18bdf4198126b9c570f6ca41a70a271b..92db61e1a923dbcb7ed6f79efa57f140b6431ab6 100644 (file)
@@ -6,7 +6,7 @@
  * This file contains functions needed to handle content disposition headers 
  * in mime messages. See RFC 2183.
  *
- * @copyright © 2003-2006 The SquirrelMail Project Team
+ * @copyright © 2003-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -45,5 +45,3 @@ class Disposition {
         return '';
     }
 }
-
-?>
\ No newline at end of file