X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions.php;h=0d320b21030de7769925de18718df578f9761c7e;hb=24e8917ead46268f6a4264900c832b4a5c37ee84;hp=dd1bbb13df8341fdcbdce11669c20fb4cede0ce5;hpb=353d074afac6827c90f4bb03e846c5e453d3b5b1;p=squirrelmail.git diff --git a/src/options.php b/src/options.php index dd1bbb13..0d320b21 100644 --- a/src/options.php +++ b/src/options.php @@ -6,7 +6,7 @@ * Displays the options page. Pulls from proper user preference files * and config.php. Displays preferences as selected and other options. * - * @copyright 1999-2018 The SquirrelMail Project Team + * @copyright 1999-2020 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -466,7 +466,7 @@ if ($optpage == SMOPT_PAGE_MAIN) { $submit_name = 'submit_order'; break; default: - $bottom_hook_name = ''; + $bottom_hook_name = 'options_generic_bottom'; $submit_name = 'submit'; }