[otrs-cvs] CVS: otrs/Kernel/Modules AgentStats.pm,NONE,1.1
cvs-log at otrs.org
cvs-log at otrs.org
Thu Jul 13 13:28:17 CEST 2006
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv2004
Added Files:
AgentStats.pm
Log Message:
frontendmodule of the stats module
--- NEW FILE ---
# --
# Kernel/Modules/AgentStats.pm
# Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id: AgentStats.pm,v 1.1 2006/07/13 10:28:15 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
package Kernel::Modules::AgentStats;
use strict;
use Kernel::System::Stats;
use Kernel::System::CSV;
use vars qw($VERSION);
$VERSION = '$Revision: 1.1 $';
[...2184 lines suppressed...]
Value => 'Day(s)',
},
'Month' => {
Position => 5,
Value => 'Month(s)',
},
'Year' => {
Position => 6,
Value => 'Year(s)',
},
);
return \%TimeScale;
}
# --
1;
More information about the cvs-log
mailing list