increment year in copyright notices
[squirrelmail.git] / plugins / bug_report / functions.php
index 30cc2d14e47ae8a14981a8adb68922b4d2b5dc18..e078dfb9999b54c53358b179b7054dd5ff81a84a 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * functions for bug_report plugin
  *
- * @copyright © 2004-2006 The SquirrelMail Project Team
+ * @copyright © 2004-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -80,5 +80,3 @@ function bug_report_check_user() {
 function bug_report_array_trim(&$value,$key) {
     $value=trim($value);
 }
-
-?>
\ No newline at end of file