From e198531f7bd007c53a318970bd1dbe7428a7511c Mon Sep 17 00:00:00 2001 From: jmunro Date: Thu, 28 Feb 2002 20:19:20 +0000 Subject: [PATCH] added global $body to formatBody function, fixes translate plugin. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2522 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index 580154b4..a2fd647d 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -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; -- 2.25.1