X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=include%2Foptions%2Fdisplay.php;h=0e19717727dc7ea921af6876ca65e4fcf572d5de;hp=1d5c6d2375474f86b073ac2875e7f30d8a933921;hb=240f05f5e05afe9f4878ec1b914aa66fd9ebf478;hpb=197562c911cfd926752e8e18c7586a0839fa475d;ds=sidebyside diff --git a/include/options/display.php b/include/options/display.php index 1d5c6d23..0e197177 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -364,9 +364,6 @@ function load_optpage_data_display() { /** Define any specialized save functions for this option page. ***/ /******************************************************************/ -function save_option_header($option) { -} - /** * This function saves a new theme setting. * It updates the theme array. @@ -417,20 +414,4 @@ function icon_theme_save($option) { } -/** - * This function saves the reply prefix (body_quote) character(s) - */ -function save_option_reply_prefix($option) { - - // save as "NONE" if it was blanked out - // - if (empty($option->new_value)) $option->new_value = 'NONE'; - - - // Save the option like normal. - // - save_option($option); - -} - -?> +?> \ No newline at end of file