typo
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 26 Aug 2002 09:31:22 +0000 (09:31 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 26 Aug 2002 09:31:22 +0000 (09:31 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3459 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index 3240888424e2deca38004b1261e9cad76f76b27f..3563a9986074051a93211739e5bd13b5b767ebb6 100644 (file)
@@ -339,7 +339,7 @@ function formatBody($imap_stream, $message, $color, $wrap_at, $ent_num, $id, $ma
                 $body = strtr($body, $entity_conv);
                 $body = trim($body);
                 translateText($body, $wrap_at,
                 $body = strtr($body, $entity_conv);
                 $body = trim($body);
                 translateText($body, $wrap_at,
-                              $body_message->header->getParameter['charset']);
+                              $body_message->header->getParameter('charset'));
             } else {
                 $body = magicHTML( $body, $id, $message, $mailbox );
             }
             } else {
                 $body = magicHTML( $body, $id, $message, $mailbox );
             }