Phpdocumentor update - sed is your friend for these kinds of things ;)
[squirrelmail.git] / class / mime / Message.class.php
index 8c02ba0edff1c19a34f057da3186d470220dec47..131359664fdcf3f869dc66ca205d7e354b8cfbf9 100644 (file)
@@ -3,12 +3,12 @@
 /**
  * Message.class.php
  *
- * Copyright (c) 2003 The SquirrelMail Project Team
+ * Copyright (c) 2003-2004 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
  */
 
@@ -184,7 +184,7 @@ class Message {
         } else {
             $message = new Message();
         }
-        $this = $message;    
+    
         for ($cnt = strlen($read); $i < $cnt; ++$i) {
             $char = strtoupper($read{$i});
             switch ($char) {