From 20e43ca7ef4f828223af00f23edbcb2068a78b5d Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Fri, 6 Nov 1998 01:44:28 +0000 Subject: Added Calendar product. --- makeproducttable.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'makeproducttable.sh') diff --git a/makeproducttable.sh b/makeproducttable.sh index 7e7fc3000..6b4d1ac1e 100755 --- a/makeproducttable.sh +++ b/makeproducttable.sh @@ -33,6 +33,7 @@ description mediumtext ); +insert into products (product, description) values ("Calendar", 'For bugs about the Calendar 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.1