Use <plugin>_info() function if at all possible instead of <plugin>_version()
[squirrelmail.git] / plugins / bug_report / setup.php
index 12112a8f90414bf3f4b8959537bb412aa23b03a7..9c1d3ddec2a0dfea6161e19d69743bc93decfe04 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Bug Report plugin - setup script
  *
- * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @copyright &copy; 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -73,5 +73,3 @@ function bug_report_block() {
         $optpage_data['vals']['bug_report'] = $optionValues;
     }
 }
-
-?>
\ No newline at end of file