Made the webmail_top hook work again for plugins that want to change the URI of the...
[squirrelmail.git] / include / options / compose.php
index 49598df7d7db557e0ae41a1b760f53a051a59932..7b0937e4bc0cc7cbe5ee92eccc7700f569092ffc 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Displays all options concerning composing of new messages
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright © 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -185,4 +185,3 @@ function save_option_reply_prefix($option) {
     save_option($option);
 
 }
-?>