diff options
author | donm%bluemartini.com <> | 2000-04-19 08:10:35 +0200 |
---|---|---|
committer | donm%bluemartini.com <> | 2000-04-19 08:10:35 +0200 |
commit | 04e9a1ce86f50d71029cad6faee633d76bf466d8 (patch) | |
tree | 052a85b7e1eb2279ab420689cdef81b48b699a53 /post_bug.cgi | |
parent | 6dff94ab87e983958e91b9eef4cee7a9deb0d84c (diff) | |
download | bugzilla-04e9a1ce86f50d71029cad6faee633d76bf466d8.tar.gz bugzilla-04e9a1ce86f50d71029cad6faee633d76bf466d8.tar.xz |
bug 25010 add ability to easily edit groups
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 6 |
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'}; |