diff options
Diffstat (limited to 'makeproducttable.sh')
-rwxr-xr-x | makeproducttable.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 <a href="http://www.mozilla.org/projects/calendar">Calendar</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>.'); |