]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 285552: Cannot enter a bug on PostgreSQL
authormkanat%kerio.com <>
Tue, 15 Mar 2005 15:59:18 +0000 (15:59 +0000)
committermkanat%kerio.com <>
Tue, 15 Mar 2005 15:59:18 +0000 (15:59 +0000)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=myk

post_bug.cgi

index 0bd3b82182adfba0702567a6b902c9f0d8fb306b..22eca5b9d5b77ec6499324f1ce0bba7674b54dae 100755 (executable)
@@ -405,7 +405,7 @@ foreach my $b (grep(/^bit-\d*$/, keys %::FORM)) {
 }
 
 SendSQL("SELECT DISTINCT groups.id, groups.name, " .
-        "membercontrol, othercontrol " .
+        "membercontrol, othercontrol, description " .
         "FROM groups LEFT JOIN group_control_map " .
         "ON group_id = id AND product_id = $product_id " .
         " WHERE isbuggroup != 0 AND isactive != 0 ORDER BY description");