diff options
author | Byron Jones <bjones@mozilla.com> | 2013-09-16 09:17:18 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-09-16 09:17:18 +0200 |
commit | e9b0dd1f5e9a47e5bcf479698ab9a5efe25c8eb3 (patch) | |
tree | eb36a6e9692c44d8f959bc8b976cb7b5bcb60fdd /extensions | |
parent | 1553ce228cf0c2c87bbb3222657a3614ea095e0b (diff) | |
download | bugzilla-e9b0dd1f5e9a47e5bcf479698ab9a5efe25c8eb3.tar.gz bugzilla-e9b0dd1f5e9a47e5bcf479698ab9a5efe25c8eb3.tar.xz |
Bug 916656: release tracking flag refresh (27)
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index c2636bd19..8083d4706 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -334,6 +334,18 @@ our $cf_disabled_flags = [ 'cf_status_thunderbird21', 'cf_tracking_seamonkey218', 'cf_status_seamonkey218', + 'cf_tracking_firefox22', + 'cf_status_firefox22', + 'cf_tracking_thunderbird22', + 'cf_status_thunderbird22', + 'cf_tracking_seamonkey219', + 'cf_status_seamonkey219', + 'cf_tracking_firefox23', + 'cf_status_firefox23', + 'cf_tracking_thunderbird23', + 'cf_status_thunderbird23', + 'cf_tracking_seamonkey220', + 'cf_status_seamonkey220', ]; # Who to CC on particular bugmails when certain groups are added or removed. |