X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ffilters%2Fsetup.php;h=98984327a0230742a7914c0cd60c93a0d328e7a5;hp=47ab5f5fa814ad65e66532885302d3ff009669d2;hb=d1d2eafdd109779da1f64dd7c132639c5d399163;hpb=348bd627109cf3dc66dafa24c31cb56f9a2c8b05 diff --git a/plugins/filters/setup.php b/plugins/filters/setup.php index 47ab5f5f..98984327 100644 --- a/plugins/filters/setup.php +++ b/plugins/filters/setup.php @@ -3,7 +3,7 @@ /** * Message and Spam Filter Plugin - Setup * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2012 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -22,7 +22,7 @@ function squirrelmail_plugin_init_filters() { $squirrelmail_plugin_hooks['optpage_register_block']['filters'] = 'filters_optpage_register_block_hook'; $squirrelmail_plugin_hooks['special_mailbox']['filters'] = 'filters_special_mailbox'; $squirrelmail_plugin_hooks['rename_or_delete_folder']['filters'] = 'update_for_folder_hook'; - $squirrelmail_plugin_hooks['webmail_bottom']['filters'] = 'start_filters_hook'; + $squirrelmail_plugin_hooks['template_construct_login_webmail.tpl']['filters'] = 'start_filters_hook'; $squirrelmail_plugin_hooks['folder_status']['filters'] = 'filters_folder_status'; } @@ -64,5 +64,3 @@ function update_for_folder_hook($args) { include_once(SM_PATH . 'plugins/filters/filters.php'); update_for_folder ($args); } - -?> \ No newline at end of file