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 
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to