not sure, why message details provides this hook. If it have other effects
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 25 Apr 2004 09:17:25 +0000 (09:17 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 25 Apr 2004 09:17:25 +0000 (09:17 +0000)
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

plugins/message_details/setup.php

index 7977da8c24cfe140a63a8bdffe0df00646f51f26..4f68e9bd549e381f8a175c6db6bbfd6bb3f2f530 100644 (file)
@@ -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';
 }