summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-03-15 16:59:18 +0100
committermkanat%kerio.com <>2005-03-15 16:59:18 +0100
commit7140a0653a881efd1b45504ad78396b78c09663c (patch)
treef12a9600536edb5d0f239b4b8a1970be98328299 /post_bug.cgi
parent0ce44681395c0a6ef5d8a54caa8aca73728b3b25 (diff)
downloadbugzilla-7140a0653a881efd1b45504ad78396b78c09663c.tar.gz
bugzilla-7140a0653a881efd1b45504ad78396b78c09663c.tar.xz
Bug 285552: Cannot enter a bug on PostgreSQL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=myk
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 0bd3b8218..22eca5b9d 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");