summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-14 13:37:27 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-14 13:37:27 +0100
commit398238abf23ed74568c77d355c55a405fde730fe (patch)
tree27a9a1d2c0f4384b09f19ac2dac7f1bbc2c4c07d /program/steps/mail/func.inc
parentc588d08835e3f897b6eb147ece6b5ef2312138f8 (diff)
Remove redundant code
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r--program/steps/mail/func.inc1
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);