Back out support for using SM without Frames
[squirrelmail.git] / plugins / listcommands / mailout.php
index 4af179fb4458f2bb6545971c5c3ae75030cda68d..5d08b20b78d992801783f71786dd500c136a5661 100644 (file)
@@ -76,7 +76,5 @@ echo '<br />'
 . '<input type="hidden" name="body" value="' . htmlspecialchars($body) . '">'
 . '<input type="hidden" name="mailbox" value="' . htmlspecialchars($mailbox) . '">'
 . '<input type="submit" name="send" value="' . _("Send Mail") . '"><br /><br /></center>'
-. '</form></td></tr></table></p>';
-noframes_bottom();
-
-?>
\ No newline at end of file
+. '</form></td></tr></table></p></body></html>';
+?>