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 /editgroups.cgi | |
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 'editgroups.cgi')
-rwxr-xr-x | editgroups.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editgroups.cgi b/editgroups.cgi index 287ac1114..e39eb6c87 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -196,7 +196,7 @@ if ($action eq 'new') { isbuggroup => 1, }); - # Permit all existing products to use the new group if makeproductgroups. + # Permit all existing products to use the new group if requested. if ($cgi->param('insertnew')) { $dbh->do('INSERT INTO group_control_map (group_id, product_id, membercontrol, othercontrol) |