From bbf7444b5d4952e6a55a619a43d6fa43394e72ad Mon Sep 17 00:00:00 2001 From: pdontthink Date: Thu, 22 Mar 2007 02:52:05 +0000 Subject: [PATCH] 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 --- src/compose.php | 2 -- 1 file changed, 2 deletions(-) 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'); } -- 2.25.1