From 899f61d64550dfd9452972cea600505cc8c7d4e3 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Wed, 21 Jul 2004 04:46:46 +0000 Subject: Bug 245272: Add per-chart negation to boolean searches r=justdave,myk,timeless a=myk --- query.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index bd60e5b67..e3c261d59 100755 --- a/query.cgi +++ b/query.cgi @@ -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; -- cgit v1.2.3-24-g4f1b