From 38d9304a00231135cbe5e4e771940d8b955ad140 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 28 Aug 2010 14:24:32 +0000 Subject: - Remove unused check --- program/steps/mail/func.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'program/steps') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 96b21c439..ee33e9c1e 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -1022,8 +1022,7 @@ function rcmail_message_body($attrib) // list images after mail body if ($CONFIG['inline_images'] && $ctype_primary == 'multipart' - && !empty($MESSAGE->attachments) - && !strstr($message_body, 'attachments)) { foreach ($MESSAGE->attachments as $attach_prop) { if (strpos($attach_prop->mimetype, 'image/') === 0) { -- cgit v1.2.3