X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsetup.php;h=b27cefb5087ed6ea1b5209aabb8c8cef0b1be448;hp=b25b63ee131eae4c174a0aca0e3d86c1b0471b8b;hb=e7d5ff29db69101e42cd491d2fa42d4f83cd35a4;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d diff --git a/plugins/squirrelspell/setup.php b/plugins/squirrelspell/setup.php index b25b63ee..b27cefb5 100644 --- a/plugins/squirrelspell/setup.php +++ b/plugins/squirrelspell/setup.php @@ -6,7 +6,7 @@ * Squirrelspell setup file, as defined by the SquirrelMail-1.2 API. * * @author Konstantin Riabitsev - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright 1999-2017 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -26,8 +26,6 @@ function squirrelmail_plugin_init_squirrelspell() { 'squirrelspell_setup'; $squirrelmail_plugin_hooks['optpage_register_block']['squirrelspell'] = 'squirrelspell_optpage_register_block'; - $squirrelmail_plugin_hooks['options_link_and_description']['squirrelspell'] = - 'squirrelspell_options'; $squirrelmail_plugin_hooks['right_main_after_header']['squirrelspell'] = 'squirrelspell_upgrade'; }