From: terry%netscape.com <> Date: Wed, 6 Jan 1999 08:35:24 +0000 (+0000) Subject: karnaze now owns tables. X-Git-Tag: bugzilla-2.2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4716905e9fef2c8ed263aae25db61f680f78a13d;p=thirdparty%2Fbugzilla.git karnaze now owns tables. --- diff --git a/makecomponenttable.sh b/makecomponenttable.sh index f9281aafb5..f4dcae79e0 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -115,7 +115,7 @@ insert into components (value, program, initialowner) values ("Event Handling", insert into components (value, program, initialowner) values ("Event Handling", "NGLayout", "joki@netscape.com"); insert into components (value, program, initialowner) values ("Form Submission", "NGLayout", "pollmann@netscape.com"); insert into components (value, program, initialowner) values ("HTMLFrames", "NGLayout", "karnaze@netscape.com"); -insert into components (value, program, initialowner) values ("HTMLTables", "NGLayout", "buster@netscape.com"); +insert into components (value, program, initialowner) values ("HTMLTables", "NGLayout", "karnaze@netscape.com"); insert into components (value, program, initialowner) values ("Layout", "NGLayout", "kipp@netscape.com"); insert into components (value, program, initialowner) values ("Networking Library", "NGLayout", "gagan@netscape.com"); insert into components (value, program, initialowner) values ("Parser", "NGLayout", "rickg@netscape.com");