X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsetup.php;h=cef4716767b827ce8297e3b2ce247220bc3f6253;hb=353d074afac6827c90f4bb03e846c5e453d3b5b1;hp=a5b8763956ba990f675f28063461723e7b2887fc;hpb=30460a05016c7e066ad7b28df7788539e4054a99;p=squirrelmail.git diff --git a/plugins/squirrelspell/setup.php b/plugins/squirrelspell/setup.php index a5b87639..cef47167 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-2009 The SquirrelMail Project Team + * @copyright 1999-2018 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'; }