[otrs-cvs] ITSMConfigItem/Kernel/System ITSMConfigItem.pm, 1.42, 1.43
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Sat Apr 26 11:57:47 GMT 2008
Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/System
In directory lancelot:/tmp/cvs-serv798/Kernel/System
Modified Files:
ITSMConfigItem.pm
Log Message:
Small code cleanup.
Author: mh
Index: ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ITSMConfigItem.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** ITSMConfigItem.pm 25 Apr 2008 16:10:37 -0000 1.42
--- ITSMConfigItem.pm 26 Apr 2008 11:57:42 -0000 1.43
***************
*** 420,424 ****
);
! return if !$ClassList || ref $ClassList ne 'HASH';
# check the class id
--- 420,425 ----
);
! return if !$ClassList;
! return if ref $ClassList ne 'HASH';
# check the class id
More information about the cvs-log
mailing list