diff options
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r-- | Bugzilla/Constants.pm | 12 |
1 files changed, 6 insertions, 6 deletions
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; |