We're living in 2004 now... perl is your friend for these kinds of things :)
[squirrelmail.git] / plugins / info / options.php
index c5f2a352cd4b52754569346f20ea1ebad2274530..90f34522fcef7e51f564c8700bbbd6d0f7218471 100644 (file)
@@ -2,7 +2,7 @@
 
 /**
  * options page for IMAP info plugin 
- * Copyright (c) 1999-2003 The SquirrelMail Project Team
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *   
  * This is where it all happens :)
@@ -157,9 +157,7 @@ if ($submit == 'submit') {
         print "</TD><TR></TABLE></CENTER><BR>\n";
     }
 }
-    print "</TD></TR></TABLE></CENTER>";
-    noframes_bottom();
-
+    print "</TD></TR></TABLE></CENTER></BODY></HTML>";
     sqimap_logout($imap_stream);
     do_hook('info_bottom');
 ?>