diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-14 13:37:27 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-14 13:37:27 +0100 |
commit | 398238abf23ed74568c77d355c55a405fde730fe (patch) | |
tree | 27a9a1d2c0f4384b09f19ac2dac7f1bbc2c4c07d | |
parent | c588d08835e3f897b6eb147ece6b5ef2312138f8 (diff) |
Remove redundant code
-rw-r--r-- | program/steps/mail/func.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 3668cd7b2..961a604a2 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -751,7 +751,6 @@ function rcmail_print_body($part, $p = array()) } // 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); |