From: pdontthink Date: Thu, 22 Mar 2007 02:52:05 +0000 (+0000) Subject: Removing hook that, AFAIK is only used to add output to compose screen; other hooks... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bbf7444b5d4952e6a55a619a43d6fa43394e72ad;p=squirrelmail.git Removing hook that, AFAIK is only used to add output to compose screen; other hooks will be used for this in 1.5.2+ git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12344 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/compose.php b/src/compose.php index 2da86907..2201b18f 100644 --- a/src/compose.php +++ b/src/compose.php @@ -1304,8 +1304,6 @@ function showInputForm ($session, $values=false) { . "

\r\n"; } - do_hook('compose_bottom', $null); - if ($compose_new_win=='1') { $oTemplate->display('compose_newwin_close.tpl'); }