added global $body to formatBody function, fixes translate plugin.
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Feb 2002 20:19:20 +0000 (20:19 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Feb 2002 20:19:20 +0000 (20:19 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2522 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index 580154b4f00f822ba96f7fc8ab8252818bfc0f0b..a2fd647dfe73a7ed8142e8e82d6d8ef002f0fb89 100644 (file)
@@ -605,7 +605,7 @@ function formatBody($imap_stream, $message, $color, $wrap_at) {
     // this if statement checks for the entity to show as the
     // primary message. To add more of them, just put them in the
     // order that is their priority.
-    global $startMessage, $username, $key, $imapServerAddress, $imapPort,
+    global $startMessage, $username, $key, $imapServerAddress, $imapPort, $body,
            $show_html_default, $has_unsafe_images, $view_unsafe_images, $sort;
 
     $has_unsafe_images = 0;