summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-04 06:19:33 +0100
committerterry%netscape.com <>1999-03-04 06:19:33 +0100
commit99b6d3eed40ec4ed7193d932aeef3f763066a9a3 (patch)
tree191304813cd7da8268cf90f8deb65efa82a1612e /makecomponenttable.sh
parent46655626506d638cdb263760f6b211d05a67bdb5 (diff)
downloadbugzilla-99b6d3eed40ec4ed7193d932aeef3f763066a9a3.tar.gz
bugzilla-99b6d3eed40ec4ed7193d932aeef3f763066a9a3.tar.xz
Added "Apprunner".
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index bef464c31..a8c501c4c 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", "");