aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-08-19 12:34:36 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2014-08-19 12:34:36 +0200
commit6cae1b669d427648bf129be14d713ab63b1899da (patch)
tree85f357cde16c3e78c9d9b0d5059276908218fc33 /editgroups.cgi
parentBug 1054165 - Don't show parenthesis if there is no alias (diff)
downloadbugzilla-6cae1b669d427648bf129be14d713ab63b1899da.tar.gz
bugzilla-6cae1b669d427648bf129be14d713ab63b1899da.tar.bz2
bugzilla-6cae1b669d427648bf129be14d713ab63b1899da.zip
Bug 1053802: Groups used for the comment_taggers_group and debug_group parameters can be deleted
r=sgreen a=glob
Diffstat (limited to 'editgroups.cgi')
-rwxr-xr-xeditgroups.cgi3
1 files changed, 0 insertions, 3 deletions
diff --git a/editgroups.cgi b/editgroups.cgi
index 2fd9f569a..9c33a0ee3 100755
--- a/editgroups.cgi
+++ b/editgroups.cgi
@@ -22,9 +22,6 @@ use Bugzilla::Product;
use Bugzilla::User;
use Bugzilla::Token;
-use constant SPECIAL_GROUPS => ('chartgroup', 'insidergroup',
- 'timetrackinggroup', 'querysharegroup');
-
my $cgi = Bugzilla->cgi;
my $dbh = Bugzilla->dbh;
my $template = Bugzilla->template;