зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
09d62c8fd5
Коммит
3dc01b3de2
|
@ -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'");
|
||||
|
|
Загрузка…
Ссылка в новой задаче