From 58f5a673d9da9e23227c2926784a0773820ffaed Mon Sep 17 00:00:00 2001 From: fidian Date: Fri, 4 Jan 2002 14:30:42 +0000 Subject: [PATCH 1/1] Fixed a couple things. Now I'm officially handing it over. :-) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2094 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/spamcop/setup.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/spamcop/setup.php b/plugins/spamcop/setup.php index b8e7058d..f4d064c6 100755 --- a/plugins/spamcop/setup.php +++ b/plugins/spamcop/setup.php @@ -6,7 +6,7 @@ function squirrelmail_plugin_init_spamcop() { global $squirrelmail_plugin_hooks, $data_dir, $username, $spamcop_is_composing; - $squirrelmail_plugin_hooks['options_register']['spamcop'] = + $squirrelmail_plugin_hooks['optpage_register_block']['spamcop'] = 'spamcop_options'; $squirrelmail_plugin_hooks['loading_prefs']['spamcop'] = 'spamcop_load'; @@ -65,14 +65,14 @@ echo urlencode($mailbox); ?>" target="_blank">'); document.write(""); document.write(""); &mailbox=&startMessage="> _("SpamCop - Spam Reporting"), 'url' => '../plugins/spamcop/options.php', 'desc' => _("Help fight the battle against unsolicited email. SpamCop reads the spam email and determines the correct addresses to send complaints to. Quite fast, really smart, and easy to use."), -- 2.25.1