summaryrefslogtreecommitdiffstats
path: root/makeproducttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-01-26 09:04:33 +0100
committerterry%netscape.com <>1999-01-26 09:04:33 +0100
commitcaa648da2e89ee91a7e02082c0d678477de65cff (patch)
treea237746f2d57dbac13874d44f567dee52979658e /makeproducttable.sh
parenta8cb917837ce718b187f39ae4baccd855cac175e (diff)
downloadbugzilla-caa648da2e89ee91a7e02082c0d678477de65cff.tar.gz
bugzilla-caa648da2e89ee91a7e02082c0d678477de65cff.tar.xz
Added CCK project.
Diffstat (limited to 'makeproducttable.sh')
-rwxr-xr-xmakeproducttable.sh1
1 files changed, 1 insertions, 0 deletions
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 <a href="http://www.mozilla.org/projects/calendar">Calendar</a> project');
+insert into products (product, description) values ("CCK", 'For bugs about the <a href="http://www.mozilla.org/projects/cck">Client Customization Kit<a> project');
insert into products (product, description) values ("Directory", 'For bugs about the <a href="http://www.mozilla.org/directory">Directory (LDAP)</a> 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 <a href="http://www.mozilla.org/newlayout/">New Layout</a> project');