
4 Jun
2003
4 Jun
'03
4:38 p.m.
Hi Alex, On Fri, May 30, 2003 at 04:30:06PM +0200, Alex Mihicinac wrote:
I decided to reduce number of variables on stats graph and changed mkStats.pl like this:
# only NewTicket, Forward, Bounce, SendAnswer sub GetHistoryTypes { my %Stats; my $SQL = "SELECT id, name FROM ticket_history_type " . " WHERE " . " valid_id = 1" . " and id=1 or id=6 or id=7 or id=8"; [...] When i run whole script i get nice pretty graph, but i think the values are wrong, infact i suspect that only legend shows wrong colors at wrong names. How is that possible? What am I doing wrong?
It's a bug! .-( But now I fixed it. Use bin/mkStats.pl (v1.21) from the CVS and it will work. :)
Alex
-Martin