Commit 7140a065 authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug 285552: Cannot enter a bug on PostgreSQL

Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=myk
parent 0ce44681
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment