summaryrefslogtreecommitdiffstats
path: root/makeproducttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-11-10 05:22:52 +0100
committerterry%netscape.com <>1998-11-10 05:22:52 +0100
commit0e520819b8244fbaa7d3c31f04b81616aae0f83b (patch)
tree0891bb3e4653a9f2e30b801ffc37597e5c5bc806 /makeproducttable.sh
parent20e43ca7ef4f828223af00f23edbcb2068a78b5d (diff)
downloadbugzilla-0e520819b8244fbaa7d3c31f04b81616aae0f83b.tar.gz
bugzilla-0e520819b8244fbaa7d3c31f04b81616aae0f83b.tar.xz
Add Directory LDAP stuff.
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 6b4d1ac1e..fc3d2be04 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 ("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');
insert into products (product, description) values ("Webtools", 'For bugs about the web-based tools that mozilla.org uses. This include Bugzilla (problems you are having with this bug system itself), <a href="http://www.mozilla.org/bonsai.html">Bonsai</a>, and <a href="http://www.mozilla.org/tinderbox.html">Tinderbox</a>.');