summaryrefslogtreecommitdiffstats
path: root/makeproducttable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-10-07 06:52:09 +0200
committerterry%netscape.com <>1998-10-07 06:52:09 +0200
commit027b1ae1fc5dc077b8f4f84542106e8c01313ad4 (patch)
tree746d118a383a482b5bb61fb3fb19847ade7f91bb /makeproducttable.sh
parentef330148fc297f5219600f8c62c532c048ea8e19 (diff)
downloadbugzilla-027b1ae1fc5dc077b8f4f84542106e8c01313ad4.tar.gz
bugzilla-027b1ae1fc5dc077b8f4f84542106e8c01313ad4.tar.xz
Removed the old "Bugzilla" product; those bugs are now part of the
new "Webtools" product.
Diffstat (limited to 'makeproducttable.sh')
-rwxr-xr-xmakeproducttable.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/makeproducttable.sh b/makeproducttable.sh
index 5e478134d..7e7fc3000 100755
--- a/makeproducttable.sh
+++ b/makeproducttable.sh
@@ -33,7 +33,6 @@ description mediumtext
);
-insert into products (product, description) values ("Bugzilla", "Please don't use this! This product is going away very very soon. Please use 'Webtools' instead.");
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>.');