Rewrite foldLine(). The old version *might* have been fixable, but it contained...
[squirrelmail.git] / class / mime / Language.class.php
index 34d9ec3cd9ee5100f020bd92720dabdf5c051f5d..2a32ffdcf259c905d370c7d6507b01338b0b3d9e 100644 (file)
@@ -6,7 +6,7 @@
  * This file should contain class needed to handle Language properties in 
  * mime messages. I suspect that it is RFC2231
  *
- * @copyright © 2003-2005 The SquirrelMail Project Team
+ * @copyright © 2003-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -36,5 +36,3 @@ class Language {
         $this->properties = array();
     }
 }
-
-?>
\ No newline at end of file