[otrs-cvs] CVS: otrs/Kernel/Modules AgentStats.pm,1.22,1.23
cvs-log at otrs.org
cvs-log at otrs.org
Thu Jan 11 11:54:10 CET 2007
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv18878/Kernel/Modules
Modified Files:
AgentStats.pm
Log Message:
improved the cvs functionallity
Index: AgentStats.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentStats.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** AgentStats.pm 7 Dec 2006 08:37:27 -0000 1.22
--- AgentStats.pm 11 Jan 2007 10:54:08 -0000 1.23
***************
*** 1,5 ****
# --
# Kernel/Modules/AgentStats.pm
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Modules/AgentStats.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 39,44 ****
}
# create needed objects
- $Self->{StatsObject} = Kernel::System::Stats->new(%Param);
$Self->{CSVObject} = Kernel::System::CSV->new(%Param);
$Self->{PDFObject} = Kernel::System::PDF->new(%Param);
--- 39,45 ----
}
# create needed objects
$Self->{CSVObject} = Kernel::System::CSV->new(%Param);
+ $Param{CSVObject} = $Self->{CSVObject};
+ $Self->{StatsObject} = Kernel::System::Stats->new(%Param);
$Self->{PDFObject} = Kernel::System::PDF->new(%Param);
More information about the cvs-log
mailing list