summaryrefslogtreecommitdiffstats
path: root/makeproducttable.sh
diff options
context:
space:
mode:
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');