Bug 285552: Cannot enter a bug on PostgreSQL

Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=myk
This commit is contained in:
mkanat%kerio.com 2005-03-15 07:59:18 +00:00
parent 7759071e53
commit ba1b99dc65

View File

@ -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");