From 52608668d89d69ee9456e0812be97d7e31fa885c Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 19 Mar 2005 02:22:09 +0000 Subject: [PATCH] Add missing hooks for new compose options screen git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9069 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/options.php b/src/options.php index 89c063bd..7b4d367b 100644 --- a/src/options.php +++ b/src/options.php @@ -442,6 +442,11 @@ if ($optpage == SMOPT_PAGE_MAIN) { $bottom_hook_name = 'options_display_bottom'; $submit_name = 'submit_display'; break; + case SMOPT_PAGE_COMPOSE: + $inside_hook_name = 'options_compose_inside'; + $bottom_hook_name = 'options_compose_bottom'; + $submit_name = 'submit_compose'; + break; case SMOPT_PAGE_HIGHLIGHT: $inside_hook_name = 'options_highlight_inside'; $bottom_hook_name = 'options_highlight_bottom'; -- 2.25.1