diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-28 14:24:32 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-28 14:24:32 +0000 |
| commit | 96e4f1650517889190fec52245b31175dca2ea2a (patch) | |
| tree | ae84a755a200f2d97f0074f37b12bd2e5e7c814c /roundcubemail/program/steps/mail | |
| parent | a86926d23e7bbf3b1a40e64e4237b74ab032a382 (diff) | |
- Remove unused check
git-svn-id: https://svn.roundcube.net/trunk@3914 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 96b21c439..ee33e9c1e 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/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, '<html')) + && !empty($MESSAGE->attachments)) { foreach ($MESSAGE->attachments as $attach_prop) { if (strpos($attach_prop->mimetype, 'image/') === 0) { |
