From 0eed445e0a295a77a5893996cfcee3239b3b7a57 Mon Sep 17 00:00:00 2001 From: fallas Date: Mon, 29 Oct 2001 09:02:25 +0000 Subject: [PATCH] Removed errors to allow resume draft with subject and attachments. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1642 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index 8fb43101..a47817b1 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -326,7 +326,7 @@ echo _("Delete") . ' '; if (($mailbox == $draft_folder) && ($save_as_draft)) { echo '| '; - echo " "; + echo " "; echo _("Resume Draft") . ''; } echo '  ' . -- 2.25.1