From 5c8594a71d10d21019175dbc98e572671f80a095 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Thu, 19 Mar 2015 20:40:07 +0100 Subject: Bug 1136745: Kill the makeproductgroups parameter r=LpSolit a=glob --- editgroups.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editgroups.cgi') 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) -- cgit v1.2.3-24-g4f1b