summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/GroupSecurity.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-03-31 21:16:13 +0200
committerlpsolit%gmail.com <>2009-03-31 21:16:13 +0200
commitd8dc06a626ad4542d9d5db9c5e2a2de7f4003cc6 (patch)
treec931407869e349842e8b30a817f10f22217a37dd /Bugzilla/Config/GroupSecurity.pm
parenta86ee3a1ca5213d5401c6425cfb0fcfc7bb15e78 (diff)
downloadbugzilla-d8dc06a626ad4542d9d5db9c5e2a2de7f4003cc6.tar.gz
bugzilla-d8dc06a626ad4542d9d5db9c5e2a2de7f4003cc6.tar.xz
Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'Bugzilla/Config/GroupSecurity.pm')
-rw-r--r--Bugzilla/Config/GroupSecurity.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Config/GroupSecurity.pm b/Bugzilla/Config/GroupSecurity.pm
index 0a238f209..f0038f153 100644
--- a/Bugzilla/Config/GroupSecurity.pm
+++ b/Bugzilla/Config/GroupSecurity.pm
@@ -49,12 +49,6 @@ sub get_param_list {
},
{
- name => 'useentrygroupdefault',
- type => 'b',
- default => 0
- },
-
- {
name => 'chartgroup',
type => 's',
choices => \&_get_all_group_names,