diff options
author | terry%netscape.com <> | 1999-02-04 03:01:20 +0000 |
---|---|---|
committer | terry%netscape.com <> | 1999-02-04 03:01:20 +0000 |
commit | 1fd25903c585e4bdb7b98b79538127679a1a395e (patch) | |
tree | 9fa934d442e1aa8b4d27f457f9ec8252b7728c36 | |
parent | 87712bc5dd025157d70cff67376a2092a9cda18f (diff) | |
download | bugs-1fd25903c585e4bdb7b98b79538127679a1a395e.tar bugs-1fd25903c585e4bdb7b98b79538127679a1a395e.tar.gz bugs-1fd25903c585e4bdb7b98b79538127679a1a395e.tar.bz2 bugs-1fd25903c585e4bdb7b98b79538127679a1a395e.tar.xz bugs-1fd25903c585e4bdb7b98b79538127679a1a395e.zip |
Whoops; removed test data.
-rwxr-xr-x | makecomponenttable.sh | 2 |
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", ""); |