- Remove unused check

release-0.6
alecpl 14 years ago
parent 736790f625
commit 38d9304a00

@ -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) {

Loading…
Cancel
Save