thomascube
2008-06-20 2da368e6633ae4dec5d9b02ec3f4b693ffc9fb76
Indent with spaces and not tabs

1 files modified
8 ■■■■ changed files
program/steps/mail/func.inc 8 ●●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -752,10 +752,10 @@
  // 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) {