summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 1 insertions, 1 deletions
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;