From: terry%netscape.com <> Date: Tue, 20 Oct 1998 01:46:14 +0000 (+0000) Subject: Oops; was importing incorrect component names. X-Git-Tag: bugzilla-2.2~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96b77c57a2261202a71771a9ae80d9990aebe911;p=thirdparty%2Fbugzilla.git Oops; was importing incorrect component names. --- diff --git a/backdoor.cgi b/backdoor.cgi index ad1d665424..f4b05c6371 100755 --- a/backdoor.cgi +++ b/backdoor.cgi @@ -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'}