From 398238abf23ed74568c77d355c55a405fde730fe Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 14 Nov 2012 13:37:27 +0100 Subject: Remove redundant code --- program/steps/mail/func.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'program/steps/mail/func.inc') 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); -- cgit v1.2.3