alecpl
2010-08-28 38d9304a00231135cbe5e4e771940d8b955ad140
- Remove unused check


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