From 56c497393404c0b9077e3050b6c722e41b152c9b Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Thu, 10 Mar 2005 00:20:15 +0000 Subject: Bug 284621 : Change default settings for Voter to only include The bug is resolved or verified Patch by Shane H. W. Travis r=timeless a=myk --- Bugzilla/Constants.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index c07742ed0..d59ae0f84 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -192,14 +192,14 @@ use constant DEFAULT_EMAIL_SETTINGS => "~emailCClistUnconfirmed~on" . "~emailVoterRemoveme~on" . - "~emailVoterComments~on" . - "~emailVoterAttachments~on" . - "~emailVoterStatus~on" . + "~emailVoterComments~" . + "~emailVoterAttachments~" . + "~emailVoterStatus~" . "~emailVoterResolved~on" . - "~emailVoterKeywords~on" . + "~emailVoterKeywords~" . "~emailVoterCC~" . - "~emailVoterOther~on" . - "~emailVoterUnconfirmed~on"; + "~emailVoterOther~" . + "~emailVoterUnconfirmed~"; use constant GRANT_DIRECT => 0; use constant GRANT_DERIVED => 1; -- cgit v1.2.3-24-g4f1b