Back out support for using SM without Frames
[squirrelmail.git] / plugins / mail_fetch / fetch.php
index 0a7c73ba268d6c0449ca3f8fe084108d1a442420..26260ed56d3337a6fc40648767c1973496c76029 100644 (file)
@@ -127,7 +127,7 @@ sqgetGlobalVar('delimiter',  $delimiter,  SQ_SESSION);
         echo '<p>' . _("No POP3 servers configured yet.") . '</p>';
         displayInternalLink('plugins/mail_fetch/options.php',
             _("Click here to go to the options page.") );
-        noframes_bottom();
+        echo '</body></html>';
         exit();
     }
 
@@ -321,4 +321,5 @@ sqgetGlobalVar('delimiter',  $delimiter,  SQ_SESSION);
 
 ?>
 </center>
-<?php noframes_bottom(); ?>
+</body>
+</html>