Commit fcc00da4 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 585031: Searching using the "People" section was only using one of the

selected checkboxes in each column. r=mkanat, a=mkanat (module owner)
parent 24640408
......@@ -1171,8 +1171,8 @@ sub _convert_special_params_to_chart_params {
my $and = 0;
foreach my $or_array (@special_charts) {
my $or = 0;
my $identifier = "$chart-$and-$or";
while (@$or_array) {
my $identifier = "$chart-$and-$or";
$params->{"field$identifier"} = shift @$or_array;
$params->{"type$identifier"} = shift @$or_array;
$params->{"value$identifier"} = shift @$or_array;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment