Bug 245272: Add per-chart negation to boolean searches
r=justdave,myk,timeless a=myk git-svn-id: svn://10.0.0.236/trunk@159555 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -357,7 +357,7 @@ for (my $chart = 0; $::FORM{"field$chart-0-0"}; $chart++) {
|
||||
}
|
||||
push(@rows, \@cols);
|
||||
}
|
||||
push(@charts, \@rows);
|
||||
push(@charts, {'rows' => \@rows, 'negate' => $::FORM{"negate$chart"}});
|
||||
}
|
||||
|
||||
$default{'charts'} = \@charts;
|
||||
|
||||
Reference in New Issue
Block a user