Syntax error fix
[squirrelmail.git] / plugins / administrator / auth.php
index cb189380e78d9ef4d702d21e2f26acaa338be26b..f82f3edb5c81bc12fd484b3816098906edee5222 100644 (file)
@@ -7,7 +7,7 @@
  * to the plugin.
  *
  * @author Philippe Mingo
- * @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 plugins
@@ -63,4 +63,3 @@ function adm_check_user() {
 function adm_array_trim(&$value,$key) {
     $value=trim($value);
 }
-?>
\ No newline at end of file