program/steps/mail/func.inc | ●●●●● 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);