From c457b4c49d1ac10b91db246235e65292798f33d6 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 10 Dec 2002 22:17:02 +0000 Subject: Bug 184081 Change search interfaces to use Viewable products instead of enterable products r=bbaetz a=justdave --- reports.cgi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index 05e19990e..e18d3ee37 100755 --- a/reports.cgi +++ b/reports.cgi @@ -61,9 +61,7 @@ GetVersionTable(); # We only want those products that the user has permissions for. my @myproducts; push( @myproducts, "-All-"); -foreach my $this_product (@legal_product) { - push(@myproducts, $this_product) if CanEnterProduct($this_product); -} +push( @myproducts, GetSelectableProducts()); if (! defined $FORM{'product'}) { -- cgit v1.2.3-24-g4f1b