X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ffilters%2Fspamoptions.php;h=583c7211138d22e08a51e7d771caafeb936fb0e9;hp=532405affb1397b2c5c657ac92348c5c5dbeef11;hb=91e0dccca7b2452d8b450791cae3aa4125e8889e;hpb=0f610dca6fd52a148e290f79cdfcfc572998b475 diff --git a/plugins/filters/spamoptions.php b/plugins/filters/spamoptions.php index 532405af..583c7211 100644 --- a/plugins/filters/spamoptions.php +++ b/plugins/filters/spamoptions.php @@ -54,20 +54,20 @@ displayPageHeader($color, 'None'); if (sqgetGlobalVar('spam_submit',$spam_submit,SQ_POST)) { $spam_filters = load_spam_filters(); - // setting spam folder + // setting spam folder sqgetGlobalVar('filters_spam_folder_set',$filters_spam_folder_set,SQ_POST); if (isset($filters_spam_folder_set)) { setPref($data_dir, $username, 'filters_spam_folder', $filters_spam_folder_set); } else { - echo _("You must select a spam folder."); + echo _("You must select a spam folder."); } // setting scan type sqgetGlobalVar('filters_spam_scan_set',$filters_spam_scan_set,SQ_POST); if (isset($filters_spam_scan_set)) { - setPref($data_dir, $username, 'filters_spam_scan', $filters_spam_scan_set); + setPref($data_dir, $username, 'filters_spam_scan', $filters_spam_scan_set); } else { - echo _("You must select a scan type."); + echo _("You must select a scan type."); } foreach ($spam_filters as $Key => $Value) { @@ -217,7 +217,7 @@ if (isset($action) && $action == 'spam') { echo _("OFF"); } - echo '' . + echo '' . html_tag( 'td', ' - ', 'left' ) . html_tag( 'td', '', 'left' ); @@ -236,4 +236,4 @@ if (isset($action) && $action == 'spam') { echo ''; } ?> - + \ No newline at end of file