summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2002-12-10 23:17:02 +0100
committerbugreport%peshkin.net <>2002-12-10 23:17:02 +0100
commitc457b4c49d1ac10b91db246235e65292798f33d6 (patch)
tree3db43e4e18df802769faa519a5732bf971ff869e /query.cgi
parente9093fd7f7e7e37d0c057b77f86f8f087c0887b1 (diff)
downloadbugzilla-c457b4c49d1ac10b91db246235e65292798f33d6.tar.gz
bugzilla-c457b4c49d1ac10b91db246235e65292798f33d6.tar.xz
Bug 184081 Change search interfaces to use Viewable products instead of enterable products
r=bbaetz a=justdave
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 1 insertions, 1 deletions
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;