summaryrefslogtreecommitdiffstats
path: root/makecomponenttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-04 04:01:20 +0100
committerterry%netscape.com <>1999-02-04 04:01:20 +0100
commit1fd25903c585e4bdb7b98b79538127679a1a395e (patch)
tree9fa934d442e1aa8b4d27f457f9ec8252b7728c36 /makecomponenttable.sh
parent87712bc5dd025157d70cff67376a2092a9cda18f (diff)
downloadbugzilla-1fd25903c585e4bdb7b98b79538127679a1a395e.tar.gz
bugzilla-1fd25903c585e4bdb7b98b79538127679a1a395e.tar.xz
Whoops; removed test data.
Diffstat (limited to 'makecomponenttable.sh')
-rwxr-xr-xmakecomponenttable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index 35be505af..cd2f0b57f 100755
--- a/makecomponenttable.sh
+++ b/makecomponenttable.sh
@@ -152,7 +152,7 @@ insert into components (value, program, initialowner, initialqacontact) values (
insert into components (value, program, initialowner, initialqacontact) values ("Bonsai", "Webtools", "terry@mozilla.org", "");
-insert into components (value, program, initialowner, initialqacontact) values ("Bugzilla", "Webtools", "terry@mozilla.org", "terry@mozilla.org");
+insert into components (value, program, initialowner, initialqacontact) values ("Bugzilla", "Webtools", "terry@mozilla.org", "");
insert into components (value, program, initialowner, initialqacontact) values ("Despot", "Webtools", "terry@mozilla.org", "");
insert into components (value, program, initialowner, initialqacontact) values ("LXR", "Webtools", "endico@mozilla.org", "");
insert into components (value, program, initialowner, initialqacontact) values ("Mozbot", "Webtools", "terry@netscape.com", "");