]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
karnaze now owns tables.
authorterry%netscape.com <>
Wed, 6 Jan 1999 08:35:24 +0000 (08:35 +0000)
committerterry%netscape.com <>
Wed, 6 Jan 1999 08:35:24 +0000 (08:35 +0000)
makecomponenttable.sh

index f9281aafb567dfd08523021710997854a0564fca..f4dcae79e015b79def03775723e2a1998568339c 100755 (executable)
@@ -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");