From 0fb7a485a36fb7ee1865abb13818bfab4bb3f0f8 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 11 Sep 2014 19:15:32 +0200 Subject: Remove obsolete code which is executed in rcmail_output_html::frame() --- program/steps/mail/func.inc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'program/steps') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 25f2e3175..cbeeb05fb 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -652,14 +652,6 @@ function rcmail_messagecontent_frame($attrib) if (empty($attrib['id'])) $attrib['id'] = 'rcmailcontentwindow'; - $attrib['name'] = $attrib['id']; - - if ($RCMAIL->config->get('preview_pane')) { - $OUTPUT->set_env('contentframe', $attrib['id']); - } - - $OUTPUT->set_env('blankpage', $attrib['src'] ? $OUTPUT->abs_url($attrib['src']) : 'program/resources/blank.gif'); - return $OUTPUT->frame($attrib, true); } -- cgit v1.2.3