Fix for bug 174731: no longer represents spurious flags as being set by default.

r=joel
This commit is contained in:
myk%mozilla.org 2002-11-07 02:45:47 +00:00
parent 38fa7c0f02
commit 379e4ab7d8

View File

@ -214,6 +214,7 @@ sub show_bug {
foreach my $flag_type (@$flag_types) {
$flag_type->{'flags'} =
Bugzilla::Flag::match({ 'bug_id' => $id ,
'type_id' => $flag_type->{'id'} ,
'target_type' => 'bug' });
}
$vars->{'flag_types'} = $flag_types;