We're living in 2004 now... perl is your friend for these kinds of things :)
[squirrelmail.git] / plugins / filters / options.php
index 73d03e379cb00fd27722e7e8b96e7611a28e679e..4f709d3a52b08c122386a6d1fd47cc3a2a2e5e84 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Message and Spam Filter 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 plugin filters your inbox into different folders based upon given
  * Also view plugins/README.plugins for more information.
  *
  * $Id$
+ * @package plugins
+ * @subpackage filters
  */
 
-/* Path for SquirrelMail required files. */
+/** Path for SquirrelMail required files. */
 define('SM_PATH','../../');
 
 /* SquirrelMail required files. */
@@ -237,4 +239,5 @@ sqgetGlobalVar('action', $action, SQ_GET);
                 html_tag( 'td', ' ', 'left' )
             ) ,
         'center', '', 'width="80%" border="0" cellpadding="2" cellspacing="0"' );
-?>
+    echo '</body></html>';
+?>
\ No newline at end of file