Fixing syntax error build bustage.

This commit is contained in:
myk%mozilla.org 2002-11-09 02:05:22 +00:00
parent ef9c834aa6
commit 35b56b12c3

View File

@ -209,7 +209,7 @@ sub show_bug {
my $flag_types =
Bugzilla::FlagType::match({ 'target_type' => 'bug',
'product_id' => $bug{'product_id'},
'component_id' => $bug{'component_id'});
'component_id' => $bug{'component_id'} });
foreach my $flag_type (@$flag_types) {
$flag_type->{'flags'} =
Bugzilla::Flag::match({ 'bug_id' => $id ,