Removing hook that, AFAIK is only used to add output to compose screen; other hooks...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 22 Mar 2007 02:52:05 +0000 (02:52 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 22 Mar 2007 02:52:05 +0000 (02:52 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12344 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index 2da86907a31a37c39825073da31a4c9af906bf4b..2201b18f8e1e73e89cc8af860bdf0bb29236eda3 100644 (file)
@@ -1304,8 +1304,6 @@ function showInputForm ($session, $values=false) {
             . "</p>\r\n";
     }
 
-    do_hook('compose_bottom', $null);
-
     if ($compose_new_win=='1') {
         $oTemplate->display('compose_newwin_close.tpl');
     }