From caa648da2e89ee91a7e02082c0d678477de65cff Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Tue, 26 Jan 1999 08:04:33 +0000 Subject: Added CCK project. --- makeproducttable.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'makeproducttable.sh') diff --git a/makeproducttable.sh b/makeproducttable.sh index fc3d2be04..a94aada2d 100755 --- a/makeproducttable.sh +++ b/makeproducttable.sh @@ -34,6 +34,7 @@ description mediumtext insert into products (product, description) values ("Calendar", 'For bugs about the Calendar project'); +insert into products (product, description) values ("CCK", 'For bugs about the Client Customization Kit project'); insert into products (product, description) values ("Directory", 'For bugs about the Directory (LDAP) project'); insert into products (product, description) values ("Mozilla", "For bugs about the Mozilla web browser"); insert into products (product, description) values ("NGLayout", 'For bugs about the New Layout project'); -- cgit v1.2.3-24-g4f1b