From: tokul Date: Sun, 25 Apr 2004 09:17:25 +0000 (+0000) Subject: not sure, why message details provides this hook. If it have other effects X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;ds=sidebyside;h=7dc3c1a96de1ee317b6565dad912e672f7627b4b;hp=d741b4ec5c3f87af5e3bff946a69ee4a1c1b00a2;p=squirrelmail.git not sure, why message details provides this hook. If it have other effects than breaking plugins with this hook, let me know. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7230 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/message_details/setup.php b/plugins/message_details/setup.php index 7977da8c..4f68e9bd 100644 --- a/plugins/message_details/setup.php +++ b/plugins/message_details/setup.php @@ -18,7 +18,6 @@ function squirrelmail_plugin_init_message_details() { global $squirrelmail_plugin_hooks; - do_hook('read_body_header_right'); $squirrelmail_plugin_hooks['read_body_header_right']['message_details'] = 'show_message_details'; }