diff options
author | Byron Jones <bjones@mozilla.com> | 2013-06-24 07:37:04 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-06-24 07:37:04 +0200 |
commit | 86361165fa3b7850de14fc968699d01453a27213 (patch) | |
tree | 5dfed4de7fbcdb12e0723c8b23a0549e2424008a | |
parent | f1d60221e9c9b90715acf23f646ddd8bad82dd07 (diff) | |
download | bugzilla-86361165fa3b7850de14fc968699d01453a27213.tar.gz bugzilla-86361165fa3b7850de14fc968699d01453a27213.tar.xz |
Bug 886210: release tracking flag refresh (25)
-rw-r--r-- | extensions/BMO/lib/Data.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index ff88b8ef7..4b955842f 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -319,6 +319,12 @@ our $cf_disabled_flags = [ 'cf_status_thunderbird20', 'cf_tracking_seamonkey217', 'cf_status_seamonkey217', + 'cf_tracking_firefox21', + 'cf_status_firefox21', + 'cf_tracking_thunderbird21', + 'cf_status_thunderbird21', + 'cf_tracking_seamonkey218', + 'cf_status_seamonkey218', ]; # Who to CC on particular bugmails when certain groups are added or removed. |