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 --- query.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index 680ed0557..f6f8c87a5 100755 --- a/query.cgi +++ b/query.cgi @@ -198,7 +198,7 @@ my @products = (); my %component_set; my %version_set; my %milestone_set; -foreach my $p (GetEnterableProducts()) { +foreach my $p (GetSelectableProducts()) { # We build up boolean hashes in the "-set" hashes for each of these things # before making a list because there may be duplicates names across products. push @products, $p; -- cgit v1.2.3-24-g4f1b