mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
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:
parent
7759071e53
commit
ba1b99dc65
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user