From 2da368e6633ae4dec5d9b02ec3f4b693ffc9fb76 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 20 Jun 2008 10:43:24 +0000 Subject: Indent with spaces and not tabs --- program/steps/mail/func.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'program') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index bf1a610a4..bb5ece5c1 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -752,10 +752,10 @@ function rcmail_message_body($attrib) // list images after mail body if (get_boolean($attrib['showimages']) - && $CONFIG['inline_images'] - && $ctype_primary == 'multipart' - && !empty($MESSAGE->attachments) - && !strstr($message_body, 'attachments) + && !strstr($message_body, 'attachments as $attach_prop) { if (strpos($attach_prop->mimetype, 'image/') === 0) { -- cgit v1.2.3