diff options
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 2 |
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"); |