From: terry%netscape.com <> Date: Fri, 12 Mar 1999 00:54:12 +0000 (+0000) Subject: Allow importing of groupset. X-Git-Tag: bugzilla-2.4~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=300fc2c74b9bd1a4e2453c42a73e3b100e26e01f;p=thirdparty%2Fbugzilla.git Allow importing of groupset. --- diff --git a/backdoor.cgi b/backdoor.cgi index 93481f21a8..0c4a013be9 100755 --- a/backdoor.cgi +++ b/backdoor.cgi @@ -81,7 +81,7 @@ can teach me."; # Do remapping of things from BugSplat world to Bugzilla. if ($prod eq "Communicator") { - $prod = "Mozilla"; + $prod = "Browser"; $version = "other"; } @@ -133,7 +133,7 @@ if ($::FORM{'qa_contact'} ne "") { my @list = ('reporter', 'assigned_to', 'product', 'version', 'rep_platform', 'op_sys', 'bug_status', 'bug_severity', 'priority', 'component', 'short_desc', 'long_desc', 'creation_ts', 'delta_ts', - 'bug_file_loc', 'qa_contact'); + 'bug_file_loc', 'qa_contact', 'groupset'); my @vallist; foreach my $i (@list) {