From 10ad5e3073639eeb238196757395adc443424948 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 19 Mar 2005 02:46:44 +0000 Subject: [PATCH] Just a little more git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9070 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/options.php b/src/options.php index 7b4d367b..875bbfb8 100644 --- a/src/options.php +++ b/src/options.php @@ -249,6 +249,9 @@ if ($optmode == SMOPT_MODE_SUBMIT) { case SMOPT_PAGE_DISPLAY: $save_hook_name = 'options_display_save'; break; + case SMOPT_PAGE_COMPOSE: + $save_hook_name = 'options_compose_save'; + break; case SMOPT_PAGE_FOLDER: $save_hook_name = 'options_folder_save'; break; -- 2.25.1