Stats Package

I just got around to installing the stats package. Everything appears to be
working, except when I go to the “Number of tickets resolved per queue per
day” page. When I go there, I see a dialog prompting me to accept an ssl
certificate. I looked in the CallsMultiqueue.html file, and found the
following:

% my $url = ‘SSO Login Service - Stale Request[’;
% $url .= join “,”, @{ shift @data };
% $url .= ‘]&’;
% $url .= ‘set_legend=[’.(join “,”, @legend).“]&”;
% for (0…$#data) {
% $url .= “data”.(1+$).“=[”.(join “,”, @{$data[$]}).“]&”;
% }
% chop $url;

It looks like someone forgot to change
“'SSO Login Service - Stale Request
to “$RT::WebURL.'/chart?type=lines&x_labels”

Russ Johnson
http://www.dimstar.net

Don’t use a big word where a diminutive one will suffice