From d268cf28fb8befcc5038a2002ad2bd671b60d241 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Thu, 7 Oct 1999 03:37:37 +0000 Subject: Wow. Turns out this stuff would only handle 10 products. Did the cheap fix that lets it handle 1000 products. --- editcomponents.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editcomponents.cgi') diff --git a/editcomponents.cgi b/editcomponents.cgi index 1de259924..a7e1e660e 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -56,7 +56,7 @@ my $rowbreak = "
"; 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'"); -- cgit v1.2.3-24-g4f1b