[otrs-cvs] CVS: otrs/Kernel/System Stats.pm,NONE,1.1

cvs-log at otrs.org cvs-log at otrs.org
Thu Jul 13 13:36:18 CEST 2006


Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv2199

Added Files:
	Stats.pm 
Log Message:
core module of the statsmodule

--- NEW FILE ---
# --
# Kernel/System/Stats.pm - all advice functions
# Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id: Stats.pm,v 1.1 2006/07/13 10:36:16 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::System::Stats;

use strict;
use MIME::Base64;
use Kernel::System::XML;
use Date::Pcalc qw(Today_and_Now Days_in_Month Day_of_Week Day_of_Week_Abbreviation Add_Delta_Days Add_Delta_DHMS Add_Delta_YMD);

use vars qw(@ISA $VERSION);
[...2256 lines suppressed...]
    }
    closedir(DIR);
}

=head1 TERMS AND CONDITIONS

This software is part of the OTRS project (http://otrs.org/).

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.

=head1 VERSION

$Revision: 1.1 $ $Date: 2006/07/13 10:36:16 $

=cut

1;




More information about the cvs-log mailing list