From: stekkel Date: Tue, 9 Jul 2002 12:58:00 +0000 (+0000) Subject: added mailbox and id to functioncall formatBody X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=903db9fe9d80bb53c752cf694bcd90295e2ee46e added mailbox and id to functioncall formatBody git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3080 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/read_body.php b/src/read_body.php index 07e06960..20c6e451 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -523,7 +523,7 @@ $body = ''; $ent_ar = findDisplayEntity($message, false); $i = 0; for ($i = 0; $i < count($ent_ar); $i++) { - $body .= formatBody($imapConnection, $message, $color, $wrap_at, $ent_ar[$i]); + $body .= formatBody($imapConnection, $message, $color, $wrap_at, $ent_ar[$i], $passed_id, $mailbox); }