Committer: emazin
changes in default comment screening behaviorU trunk/htdocs/manage/comments/index.bml
Modified: trunk/htdocs/manage/comments/index.bml =================================================================== --- trunk/htdocs/manage/comments/index.bml 2011-02-03 09:24:46 UTC (rev 18197) +++ trunk/htdocs/manage/comments/index.bml 2011-02-03 09:33:46 UTC (rev 18198) @@ -227,7 +227,7 @@ { # opts $POST{'opt_getselfemail'} = $POST{'opt_getselfemail'} ? 1 : 0; - $POST{'opt_whoscreened'} = "N" unless $POST{'opt_whoscreened'} =~ /^[NRFA]$/; + $POST{'opt_whoscreened'} = "L" unless $POST{'opt_whoscreened'} =~ /^[NRFAL]$/; $POST{'opt_show_captcha_to'}= "N" unless $POST{'opt_show_captcha_to'}=~ /^[NRFA]$/; $POST{'opt_logcommentips'} = "N" unless $POST{'opt_logcommentips'} =~ /^[NSA]$/;