From 7d6cf072ef77f8bb9fa0fc03935cc54fe23ae8bd Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Sun, 22 Nov 1998 01:17:08 +0000 Subject: [PATCH] valeski is no longer here; gagan now owns 'Networking Library'. git-svn-id: svn://10.0.0.236/trunk@15117 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/makecomponenttable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/makecomponenttable.sh b/mozilla/webtools/bugzilla/makecomponenttable.sh index b7463a8e757..5a6a35a8f60 100755 --- a/mozilla/webtools/bugzilla/makecomponenttable.sh +++ b/mozilla/webtools/bugzilla/makecomponenttable.sh @@ -117,7 +117,7 @@ insert into components (value, program, initialowner) values ("Form Submission", 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 ("Layout", "NGLayout", "kipp@netscape.com"); -insert into components (value, program, initialowner) values ("Networking Library", "NGLayout", "valeski@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"); insert into components (value, program, initialowner) values ("Plug-ins", "NGLayout", "michaelp@netscape.com"); insert into components (value, program, initialowner) values ("Rendering", "NGLayout", "michaelp@netscape.com");