From: terry%netscape.com <> Date: Tue, 1 Sep 1998 11:58:10 +0000 (+0000) Subject: Oh, gee, djw doesn't work here anymore, and doesn't own the Layout X-Git-Tag: bugzilla-1.3~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09ab09b092fd475080bdc0325ac0d988287db681;p=thirdparty%2Fbugzilla.git Oh, gee, djw doesn't work here anymore, and doesn't own the Layout module anymore. Whoops. I gotta make all our "lists of owners" sync'd together... --- diff --git a/makecomponenttable.sh b/makecomponenttable.sh index a0030be6f4..d2f2c68750 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -60,7 +60,7 @@ insert into components (value, program, initialowner) values ("Java Stubs", "Moz insert into components (value, program, initialowner) values ("JavaScript", "Mozilla", "mccabe@netscape.com"); insert into components (value, program, initialowner) values ("JavaScript Debugger", "Mozilla", "jband@netscape.com"); insert into components (value, program, initialowner) values ("JavaScript/Java Reflection", "Mozilla", "fur@netscape.com"); -insert into components (value, program, initialowner) values ("Layout", "Mozilla", "djw@netscape.com"); +insert into components (value, program, initialowner) values ("Layout", "Mozilla", "toshok@netscape.com"); insert into components (value, program, initialowner) values ("LibMocha", "Mozilla", "chouck@netscape.com"); insert into components (value, program, initialowner) values ("MIMELib", "Mozilla", "terry@mozilla.org"); insert into components (value, program, initialowner) values ("NetLib", "Mozilla", "gagan@netscape.com");