From 7140a0653a881efd1b45504ad78396b78c09663c Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Tue, 15 Mar 2005 15:59:18 +0000 Subject: Bug 285552: Cannot enter a bug on PostgreSQL Patch By Max Kanat-Alexander r=Tomas.Kopal, a=myk --- post_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post_bug.cgi') 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"); -- cgit v1.2.3-24-g4f1b