cheap fix that lets it handle 1000 products.
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'");
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'");