Indent with spaces and not tabs

release-0.6
thomascube 16 years ago
parent c719f3c1e0
commit 2da368e663

@ -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, '<html'))
&& $CONFIG['inline_images']
&& $ctype_primary == 'multipart'
&& !empty($MESSAGE->attachments)
&& !strstr($message_body, '<html'))
{
foreach ($MESSAGE->attachments as $attach_prop) {
if (strpos($attach_prop->mimetype, 'image/') === 0) {

Loading…
Cancel
Save