not sure, why message details provides this hook. If it have other effects
[squirrelmail.git] / 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';
 }