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:
bugreport%peshkin.net
2004-07-20 21:46:47 +00:00
parent 3728858e5e
commit 0ed8232524
3 changed files with 20 additions and 3 deletions

View File

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