Back out support for using SM without Frames
[squirrelmail.git] / plugins / filters / spamoptions.php
index 52c255bcfea129d49f019a07728088a8158ac555..7f6491c79fb0df3dffd4c84a067c7add332cbd2a 100644 (file)
@@ -178,8 +178,7 @@ if (isset($action) && $action == 'spam') {
         '</table>'.
         '</center>'.
         '</form>';
-        noframes_bottom();
-
+    echo '</body></html>';
 }
 
 if (! isset($_GET['action']) || $_GET['action'] != 'spam') {
@@ -222,7 +221,7 @@ if (! isset($_GET['action']) || $_GET['action'] != 'spam') {
         echo "</td></tr>\n";
     }
     echo '</table>';
-    noframes_bottom();
+    echo '</body></html>';
 }
 
 ?>
\ No newline at end of file