diff options
author | Gervase Markham <gerv@mozilla.org> | 2015-03-19 20:40:07 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-03-19 20:45:19 +0100 |
commit | 5c8594a71d10d21019175dbc98e572671f80a095 (patch) | |
tree | e926fe496dd7eadbd24ccf2b8cb54bb69452bba6 /Bugzilla/Config | |
parent | 42584a88aecb7430d6cef2c7b73779842ea5c80d (diff) | |
download | bugzilla-5c8594a71d10d21019175dbc98e572671f80a095.tar.gz bugzilla-5c8594a71d10d21019175dbc98e572671f80a095.tar.xz |
Bug 1136745: Kill the makeproductgroups parameter
r=LpSolit a=glob
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/GroupSecurity.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Config/GroupSecurity.pm b/Bugzilla/Config/GroupSecurity.pm index 4fa21e72f..ec172216b 100644 --- a/Bugzilla/Config/GroupSecurity.pm +++ b/Bugzilla/Config/GroupSecurity.pm @@ -21,12 +21,6 @@ sub get_param_list { my @param_list = ( { - name => 'makeproductgroups', - type => 'b', - default => 0 - }, - - { name => 'chartgroup', type => 's', choices => \&_get_all_group_names, |