summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
authordonm%bluemartini.com <>2000-04-27 04:35:43 +0200
committerdonm%bluemartini.com <>2000-04-27 04:35:43 +0200
commite0195342e76673a15cfa2ca2b789d94238b64729 (patch)
treecab55fe5d3e3d04a0f8e1ca90568b0ffbed5238f /post_bug.cgi
parentdc17dc6d5faf0ec2c15400194da515ec2e4d7d62 (diff)
downloadbugzilla-e0195342e76673a15cfa2ca2b789d94238b64729.tar.gz
bugzilla-e0195342e76673a15cfa2ca2b789d94238b64729.tar.xz
bug 25010 need a way to edit groups
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi6
1 files changed, 0 insertions, 6 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 236213559..5695e5f0c 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -121,12 +121,6 @@ if (Param("useqacontact")) {
}
}
-# If we're using bug groups, we need to include the groupset in the list of
-# fields. -JMR, 2/18/00
-if(Param("usebuggroups")) {
- push(@bug_fields, "groupset");
-}
-
if (exists $::FORM{'bug_status'}) {
if (!UserInGroup("canedit") && !UserInGroup("canconfirm")) {
delete $::FORM{'bug_status'};