From: terry%netscape.com <> Date: Thu, 4 Mar 1999 05:19:33 +0000 (+0000) Subject: Added "Apprunner". X-Git-Tag: bugzilla-2.4~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b6d3eed40ec4ed7193d932aeef3f763066a9a3;p=thirdparty%2Fbugzilla.git Added "Apprunner". --- diff --git a/makecomponenttable.sh b/makecomponenttable.sh index bef464c315..a8c501c4c7 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -79,6 +79,7 @@ insert into components (value, program, initialowner, initialqacontact, descript +insert into components (value, program, initialowner, initialqacontact) values ("Apprunner", "Mozilla", "don@netscape.com", "leger@netscape.com"); insert into components (value, program, initialowner, initialqacontact) values ("Macintosh FE", "Mozilla", "sdagley@netscape.com", ""); insert into components (value, program, initialowner, initialqacontact) values ("Windows FE", "Mozilla", "blythe@netscape.com", ""); insert into components (value, program, initialowner, initialqacontact) values ("XFE", "Mozilla", "ramiro@netscape.com", "");