Oops; was importing incorrect component names.

This commit is contained in:
terry%netscape.com 1998-10-19 18:46:14 +00:00
parent d925d259bc
commit 4761eff9ef

View File

@ -61,9 +61,6 @@ if (!defined $passwd || !defined $::FORM{'passwd'} ||
my %prodmap = ("Communicator" => "Mozilla");
my $prod = $::FORM{'product'};
my $comp = $::FORM{'component'};
my $version = $::FORM{'version'};
@ -103,6 +100,12 @@ if (lsearch($::versions{$prod}, $version) < 0) {
Punt("version", $comp);
}
$::FORM{'product'} = $prod;
$::FORM{'component'} = $comp;
$::FORM{'version'} = $version;
$::FORM{'long_desc'} =
"(This bug imported from BugSplat, Netscape's internal bugsystem. It
was known there as bug #$::FORM{'bug_id'}