Fixed spelling in comment.
[squirrelmail.git] / plugins / spamcop / setup.php
index 787dbf2346d8f13c79c7c5787fbeaf65477a0a13..184a890183617494f815f04dbc1f14127ee0243c 100755 (executable)
@@ -1,8 +1,9 @@
 <?php
+
 /**
  * setup.php -- SpamCop plugin - setup script
  *
- * @copyright (c) 1999-2005 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
@@ -40,9 +41,9 @@ function spamcop_load() {
  * Shows spamcop link on the read-a-message screen
  * @access private
  */
-function spamcop_show_link() {
+function spamcop_show_link(&$links) {
     include_once(SM_PATH . 'plugins/spamcop/functions.php');
-    spamcop_show_link_function();
+    spamcop_show_link_function($links);
 }
 
 /**
@@ -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