From: myk%mozilla.org <> Date: Sat, 9 Nov 2002 10:05:22 +0000 (+0000) Subject: Fixing syntax error build bustage. X-Git-Tag: bugzilla-2.17.2~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=610c14bb161b740d48d0e1a8d250ee75a222ecd5;p=thirdparty%2Fbugzilla.git Fixing syntax error build bustage. --- diff --git a/bug_form.pl b/bug_form.pl index 946dc4a315..027b14e779 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -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 ,