Aleksander Machniak
2012-11-14 398238abf23ed74568c77d355c55a405fde730fe
Remove redundant code
1 files modified
1 ■■■■ changed files
program/steps/mail/func.inc 1 ●●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -751,7 +751,6 @@
  }
  // text/enriched
  else if ($data['type'] == 'enriched') {
    $part->ctype_secondary = 'html';
    require_once(INSTALL_PATH . 'program/lib/enriched.inc');
    $body = enriched_to_html($data['body']);
    $body = rcmail_wash_html($body, $data, $part->replaces);