From 4716905e9fef2c8ed263aae25db61f680f78a13d Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 6 Jan 1999 08:35:24 +0000 Subject: karnaze now owns tables. --- makecomponenttable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makecomponenttable.sh b/makecomponenttable.sh index f9281aafb..f4dcae79e 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"); -- cgit v1.2.3-24-g4f1b