accept &$links by reference
[squirrelmail.git] / plugins / spamcop / setup.php
index 787dbf2346d8f13c79c7c5787fbeaf65477a0a13..1c8ce71fa3ad5dcd2680b2a0db110611d77b4d57 100755 (executable)
@@ -1,8 +1,9 @@
 <?php
+
 /**
  * setup.php -- SpamCop plugin - setup script
  *
- * @copyright (c) 1999-2005 The SquirrelMail Project Team
+ * @copyright &copy; 1999-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -63,4 +64,3 @@ function spamcop_while_sending() {
     include_once(SM_PATH . 'plugins/spamcop/functions.php');
     spamcop_while_sending_function();
 }
-?>
\ No newline at end of file