From babc4a5006325b38407d6f8ebab9e7bf186c0638 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 26 May 2008 09:48:09 +0000 Subject: -set iframe's border to 'none' for Konqueror git-svn-id: https://svn.roundcube.net/trunk@1423 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index d2a48abf3..e56420b94 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -81,7 +81,6 @@ else if ($msg_uid = get_input_value('_forward_uid', RCUBE_INPUT_GET)) else if ($msg_uid = get_input_value('_draft_uid', RCUBE_INPUT_GET)) $compose_mode = RCUBE_COMPOSE_DRAFT; - if (!empty($msg_uid)) { // similar as in program/steps/mail/show.inc @@ -435,7 +434,7 @@ function rcmail_compose_body($attrib) rcube_add_label('checking'); } - $out .= "\n".''; + $out .= "\n".''; return $out; } -- cgit v1.2.3