From: bugreport%peshkin.net <> Date: Sun, 29 Sep 2002 11:01:54 +0000 (+0000) Subject: Bug 171322 process_bug.cgi makes reference to non-existant product variable X-Git-Tag: bugzilla-2.17.1~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d344f9d303f654d05dd1b7b8c3b9aa4bd17922;p=thirdparty%2Fbugzilla.git Bug 171322 process_bug.cgi makes reference to non-existant product variable 2xr=bbaetz --- diff --git a/process_bug.cgi b/process_bug.cgi index 076e014fcb..be04be2075 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -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) {