Commit 96b77c57 authored by terry%netscape.com's avatar terry%netscape.com

Oops; was importing incorrect component names.

parent b3d7e8d7
......@@ -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'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment