I guess this was a typo
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 5 Apr 2009 03:51:59 +0000 (03:51 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 5 Apr 2009 03:51:59 +0000 (03:51 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13515 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index 3b5ead8bca5fee0334c08a71ea1851ce77d675f3..10657bba59771c20ef8a68ef8295cd17a2e971ea 100644 (file)
@@ -629,7 +629,7 @@ function formatMenubar($aMailbox, $passed_id, $passed_ent_id, $message,
     // If Draft folder - create Resume link
     $resume_draft = $edit_as_new = false;
     if (($mailbox == $draft_folder) && ($save_as_draft)) {
-        $resume_draft = true; 'smaction_draft';
+        $resume_draft = true;
     } else if (handleAsSent($mailbox)) {
         $edit_as_new = true;
     }