From 0e520819b8244fbaa7d3c31f04b81616aae0f83b Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Tue, 10 Nov 1998 04:22:52 +0000 Subject: Add Directory LDAP stuff. --- makeproducttable.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'makeproducttable.sh') 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 Calendar 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'); 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), Bonsai, and Tinderbox.'); -- cgit v1.2.3-24-g4f1b