]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 323575: [PostgreSQL] sanitycheck.cgi?createmissinggroupcontrolmapentries=1 produc...
authorlpsolit%gmail.com <>
Mon, 16 Jan 2006 18:32:30 +0000 (18:32 +0000)
committerlpsolit%gmail.com <>
Mon, 16 Jan 2006 18:32:30 +0000 (18:32 +0000)
sanitycheck.cgi

index 276abfd320ea070e82235ca4674b518453374247..ca35cd893feb97967cec27dfee2268058f6af7bd 100755 (executable)
@@ -220,7 +220,8 @@ if (defined $cgi->param('createmissinggroupcontrolmapentries')) {
                    ON bugs.product_id = gcm.product_id
                   AND    bgm.group_id = gcm.group_id
                 WHERE COALESCE(gcm.membercontrol, $na) = $na
-          } . $dbh->sql_group_by('bugs.product_id, bgm.group_id'));
+          } . $dbh->sql_group_by('bugs.product_id, bgm.group_id',
+                                 'gcm.membercontrol, groups.name, products.name'));
 
     foreach (@$invalid_combinations) {
         my ($product_id, $group_id, $currentmembercontrol,