fixed bug that didn't display page header after files were attached
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Dec 2000 19:32:17 +0000 (19:32 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Dec 2000 19:32:17 +0000 (19:32 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@872 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index 91d1641492bc5eb37c4b217402db52de5d96c2af..4c226b81576ff8230afec58a68b4f0390a24c2ca 100644 (file)
    } else if (isset($attach)) {
       if (saveAttachedFiles())
             plain_error_message(_("Could not move/copy file. File not attached"), $color);
+      displayPageHeader($color, $mailbox);
       showInputForm();
    } else if (isset($do_delete)) {
       is_logged_in();