Wow. Turns out this stuff would only handle 10 products. Did the

cheap fix that lets it handle 1000 products.
This commit is contained in:
terry%mozilla.org 1999-10-06 20:37:37 +00:00
Родитель 09d62c8fd5
Коммит 3dc01b3de2
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -93,7 +93,7 @@ PutHeader("Saving new component info");
unlink "data/versioncache";
GetVersionTable();
my $prodcode = "P0";
my $prodcode = "P000";
foreach my $product (@::legal_product) {
SendSQL("select description, milestoneurl, disallownew from products where product='$product'");

Просмотреть файл

@ -56,7 +56,7 @@ my $rowbreak = "<tr><td colspan=2><hr></td></tr>";
unlink "data/versioncache";
GetVersionTable();
my $prodcode = "P0";
my $prodcode = "P000";
foreach my $product (@::legal_product) {
SendSQL("select description, milestoneurl, disallownew from products where product='$product'");