diff options
author | thomascube <thomas@roundcube.net> | 2009-11-03 09:58:14 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-11-03 09:58:14 +0000 |
commit | 655bd9ade2d78b8f167379abc482e981c7a95e29 (patch) | |
tree | 7afef88223ca602eedcd94aea9717786290005a4 /program/steps/settings/save_prefs.inc | |
parent | f8a216eba9d8af6d668fb9545fc4cd682087c8ad (diff) |
Cleanup top-posting feature (sorry, there are again some new texts)
Diffstat (limited to 'program/steps/settings/save_prefs.inc')
-rw-r--r-- | program/steps/settings/save_prefs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/save_prefs.inc b/program/steps/settings/save_prefs.inc index 824e8f6c4..531942557 100644 --- a/program/steps/settings/save_prefs.inc +++ b/program/steps/settings/save_prefs.inc @@ -65,7 +65,7 @@ switch ($CURR_SECTION) 'show_sig' => isset($_POST['_show_sig']) ? intval($_POST['_show_sig']) : 1, 'top_posting' => !empty($_POST['_top_posting']), 'strip_existing_sig' => isset($_POST['_strip_existing_sig']), - 'sig_above' => isset($_POST['_sig_above']) && !empty($_POST['_top_posting']), + 'sig_above' => !empty($_POST['_sig_above']) && !empty($_POST['_top_posting']), ); break; |