diff options
-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", ""); |