From cba164a0429d0be0b895bf254d9d7f8ce16015c1 Mon Sep 17 00:00:00 2001 From: fidian Date: Wed, 11 Apr 2001 13:17:53 +0000 Subject: [PATCH] * Warning removal git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1221 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 8c4404f5..90b8b37a 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -561,7 +561,7 @@ $body .= formatAttachments ($message, $ent_num, $message->header->mailbox, $id); } } else { - $body .= formatAttachments ($message, -1, $message->header->mailbox, $id); + $body = formatAttachments ($message, -1, $message->header->mailbox, $id); } return $body; } -- 2.25.1