From f3053f686695f1624a6cee6f9b0fe7e77a5c1055 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 10 Jul 2007 07:35:51 +0000 Subject: [PATCH] ebl fix group by function git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5140 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/cgi/bgraph.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/bweb/cgi/bgraph.pl b/gui/bweb/cgi/bgraph.pl index efc0199ee0..e3d0024d44 100755 --- a/gui/bweb/cgi/bgraph.pl +++ b/gui/bweb/cgi/bgraph.pl @@ -462,6 +462,7 @@ $limitq limit => $arg->{limit}, offset=> $arg->{offset}, groupby => "A", + order => "A", ); my @arg; # arg for plotting @@ -506,6 +507,7 @@ $limit ); my $all = $dbh->selectall_arrayref($query) ; + print STDERR Data::Dumper::Dumper($all); my ($ret) = make_tab_sum($all); print $obj->plot([$ret->{date}, $ret->{nb}])->png; -- 2.39.5