From: mkanat%kerio.com <> Date: Tue, 15 Mar 2005 15:59:18 +0000 (+0000) Subject: Bug 285552: Cannot enter a bug on PostgreSQL X-Git-Tag: bugzilla-2.19.3~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7140a0653a881efd1b45504ad78396b78c09663c;p=thirdparty%2Fbugzilla.git Bug 285552: Cannot enter a bug on PostgreSQL Patch By Max Kanat-Alexander r=Tomas.Kopal, a=myk --- diff --git a/post_bug.cgi b/post_bug.cgi index 0bd3b82182..22eca5b9d5 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -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");