From 80dcd298b0e847cddbe1f48500a85733d5e76f0f Mon Sep 17 00:00:00 2001 From: cigamit Date: Thu, 28 Oct 2004 04:26:45 +0000 Subject: [PATCH] Missing global, $passed_ent_id was not being set or passed git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8259 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 ca700c83..294e408e 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -421,7 +421,7 @@ function formatBody($imap_stream, $message, $color, $wrap_at, $ent_num, $id, $ma function formatAttachments($message, $exclude_id, $mailbox, $id) { - global $where, $what, $startMessage, $color; + global $where, $what, $startMessage, $color, $passed_ent_id; static $ShownHTML = 0; $att_ar = $message->getAttachments($exclude_id); -- 2.25.1