X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Foptions_submit.php;h=242a7c531797c1208cab7bd7447ac0f3d70ea029;hp=b123a996a6a157ba3f8c719c83978c10b5cec76f;hb=8b673ac145ad6dc77796fc0c1ef48094c76b46e1;hpb=4ccd80f8bf6138ca14e89f5a65b1af401d7b6358 diff --git a/src/options_submit.php b/src/options_submit.php index b123a996..242a7c53 100644 --- a/src/options_submit.php +++ b/src/options_submit.php @@ -8,9 +8,6 @@ include("../src/load_prefs.php"); - echo ""; - echo "\n"; - displayPageHeader($color, "None"); setPref($data_dir, $username, "full_name", stripslashes($full_name)); setPref($data_dir, $username, "reply_to", stripslashes($reply_to)); @@ -23,6 +20,9 @@ setSig($data_dir, $username, stripslashes($signature_edit)); + echo ""; + echo "\n"; + displayPageHeader($color, "None"); echo ""; echo "


"; echo _("Options Saved!");