diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-09-11 19:15:32 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-09-11 19:15:32 +0200 |
commit | 0fb7a485a36fb7ee1865abb13818bfab4bb3f0f8 (patch) | |
tree | 2229cd43772f899d0acd6b457152cb96ca7ad9f3 /program/steps | |
parent | b6f89a32d8d38f023c17c47e722c3f52eb9e5ad2 (diff) |
Remove obsolete code which is executed in rcmail_output_html::frame()
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/mail/func.inc | 8 |
1 files changed, 0 insertions, 8 deletions
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); } |