From e0195342e76673a15cfa2ca2b789d94238b64729 Mon Sep 17 00:00:00 2001 From: "donm%bluemartini.com" <> Date: Thu, 27 Apr 2000 02:35:43 +0000 Subject: bug 25010 need a way to edit groups --- post_bug.cgi | 6 ------ 1 file changed, 6 deletions(-) (limited to 'post_bug.cgi') 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'}; -- cgit v1.2.3-24-g4f1b