[otrs-cvs] Support/Kernel/System Support.pm,1.8,1.9
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Thu May 1 16:55:02 GMT 2008
Comments:
Update of /home/cvs/Support/Kernel/System
In directory lancelot:/tmp/cvs-serv15646/Kernel/System
Modified Files:
Support.pm
Log Message:
Improved descriptions.
Author: martin
Index: Support.pm
===================================================================
RCS file: /home/cvs/Support/Kernel/System/Support.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Support.pm 22 Nov 2007 11:49:40 -0000 1.8
--- Support.pm 1 May 2008 16:54:57 -0000 1.9
***************
*** 1,5 ****
# --
# Kernel/System/Support.pm - all required system informations
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Support.pm - all required system informations
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# 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.
# --
--- 7,11 ----
# 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-2.0.txt.
# --
***************
*** 110,115 ****
# check if $ConfigHash ne a HashRef
if ( ref( $Param{ConfigHash} ) ne 'HASH' ) {
! $Self->{LogObject}
! ->Log( Priority => 'error', Message => "ConfigHash must be a hash reference!" );
return;
}
--- 110,117 ----
# check if $ConfigHash ne a HashRef
if ( ref( $Param{ConfigHash} ) ne 'HASH' ) {
! $Self->{LogObject}->Log(
! Priority => 'error',
! Message => 'ConfigHash must be a hash reference!',
! );
return;
}
***************
*** 235,240 ****
# check if $DataHash ne a HashRef
if ( ref( $Param{DataHash} ) ne 'HASH' ) {
! $Self->{LogObject}
! ->Log( Priority => 'error', Message => "DataHash must be a hash reference!" );
return;
}
--- 237,244 ----
# check if $DataHash ne a HashRef
if ( ref( $Param{DataHash} ) ne 'HASH' ) {
! $Self->{LogObject}->Log(
! Priority => 'error',
! Message => 'DataHash must be a hash reference!',
! );
return;
}
***************
*** 244,248 ****
# read all availible modules in @List
! my @List = glob( $DirName . "/*.pm" );
MODULE:
--- 248,252 ----
# read all availible modules in @List
! my @List = glob( $DirName . '/*.pm' );
MODULE:
***************
*** 514,518 ****
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.
=cut
--- 518,522 ----
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-2.0.txt.
=cut
More information about the cvs-log
mailing list