Bug 171322 process_bug.cgi makes reference to non-existant product variable

2xr=bbaetz


git-svn-id: svn://10.0.0.236/trunk@130709 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugreport%peshkin.net 2002-09-29 04:01:54 +00:00
parent cd7a369a91
commit 62bcfce3eb

View File

@ -1076,6 +1076,7 @@ foreach my $id (@idlist) {
}
$i++;
}
$oldhash{'product'} = get_product_name($oldhash{'product_id'});
if ($requiremilestone) {
my $value = $::FORM{'target_milestone'};
if (!defined $value || $value eq $::dontchange) {