]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Removed "Platform: Rhapsody" component.
authorterry%netscape.com <>
Sat, 27 Feb 1999 06:05:52 +0000 (06:05 +0000)
committerterry%netscape.com <>
Sat, 27 Feb 1999 06:05:52 +0000 (06:05 +0000)
makecomponenttable.sh

index 9e3b3fea9f91ccb68dde15ae9c32d08e637f3c13..2118e7e3205afad561b5cf1c9a22376d86b3d4b3 100755 (executable)
@@ -132,8 +132,6 @@ insert into components (value, program, initialowner, initialqacontact, descript
 
 
 
-insert into components (value, program, initialowner, initialqacontact) values ("Platform: Rhapsody", "Mozilla", "mcafee@netscape.com", "");
-
 
 insert into components (value, program, initialowner, initialqacontact, description) values ("ActiveX Wrapper", "NGLayout", "locka@iol.ie", "cpratt@netscape.com", "This is the active-x wrapper that is used when people want to embed gecko in their application on windows. This is an external developer's code to wrap gecko up as an activeX control to replace IE as the embedded HTML control.");
 insert into components (value, program, initialowner, initialqacontact, description) values ("Cookies", "NGLayout", "morse@netscape.com", "paulmac@netscape.com", "A general mechanism which server side connections (such as CGI scripts) can use to both store and retrieve information on the client side of the connection. This refers to HTML cookies; little blobs of data we store and share with sites");