From: terry%mozilla.org <> Date: Thu, 7 Oct 1999 03:37:37 +0000 (+0000) Subject: Wow. Turns out this stuff would only handle 10 products. Did the X-Git-Tag: bugzilla-2.8~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d268cf28fb8befcc5038a2002ad2bd671b60d241;p=thirdparty%2Fbugzilla.git Wow. Turns out this stuff would only handle 10 products. Did the cheap fix that lets it handle 1000 products. --- diff --git a/doeditcomponents.cgi b/doeditcomponents.cgi index 7e8cc494c9..bfe09e93df 100755 --- a/doeditcomponents.cgi +++ b/doeditcomponents.cgi @@ -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'"); diff --git a/editcomponents.cgi b/editcomponents.cgi index 1de2599249..a7e1e660ed 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -56,7 +56,7 @@ my $rowbreak = "