Fix a couple more 'string concat on array push' bugs like the
[squirrelmail.git] / class / mime / MessageHeader.class.php
index e0dacf3a0c5b57fbbb72fc99f3fe47662bb418ed..e0b4fb36f2059236612b1332b2216886155d95a5 100644 (file)
@@ -3,17 +3,17 @@
 /**
  * MessageHeader.class.php
  *
- * Copyright (c) 2003 The SquirrelMail Project Team
+ * Copyright (c) 2003-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains functions needed to handle mime messages.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  */
 
 /**
- * Contains all variables available in a bodystructure 
+ * Contains all variables available in a bodystructure
  * @package squirrelmail
  */
 class MessageHeader {
@@ -51,4 +51,4 @@ class MessageHeader {
     }
 }
 
-?>
+?>
\ No newline at end of file