From 40fdd290db395b24d6a6ccc4be08d83c37816b55 Mon Sep 17 00:00:00 2001 From: fidian Date: Wed, 12 Sep 2001 23:27:31 +0000 Subject: [PATCH] Removed broken junk git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1502 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/compose.php b/src/compose.php index af429d43..8f6e4693 100644 --- a/src/compose.php +++ b/src/compose.php @@ -106,7 +106,7 @@ $orig_from = trim(substr($orig_from,0,strpos($orig_from,'<'))); $orig_from = str_replace('"','',$orig_from); $orig_from = str_replace("'",'',$orig_from); - $body = "\n\n$body"; + $body = $orig_from . ' ' . _('said') . ":\n" . $body; } return; @@ -368,11 +368,6 @@ echo " "; } echo "\n \n"; - echo "\n ". _("Priority") .":"; do_hook("compose_button_row"); @@ -461,7 +456,7 @@ do_hook("compose_send"); - if (! sendMessage($send_to, $send_to_cc, $send_to_bcc, $subject, $body, $reply_id, $mailprio)) { + if (! sendMessage($send_to, $send_to_cc, $send_to_bcc, $subject, $body, $reply_id)) { showInputForm(); exit(); } -- 2.25.1