Bug 184081 Change search interfaces to use Viewable products instead of enterable products

r=bbaetz
a=justdave


git-svn-id: svn://10.0.0.236/trunk@135029 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugreport%peshkin.net
2002-12-10 14:17:05 +00:00
parent 71083be349
commit 3654c27c31
5 changed files with 28 additions and 17 deletions

View File

@@ -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;