[otrs-cvs] CVS: ITSMCMDB/Kernel/Modules AgentITSMCMDB.pm,1.70,1.71
cvs-log at otrs.org
cvs-log at otrs.org
Thu Dec 14 15:11:48 CET 2006
Update of /home/cvs/ITSMCMDB/Kernel/Modules
In directory lancelot:/tmp/cvs-serv29734/Kernel/Modules
Modified Files:
AgentITSMCMDB.pm
Log Message:
improved AttributeInputTypes "DateTime" and "Date"
Index: AgentITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Modules/AgentITSMCMDB.pm,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -r1.70 -r1.71
*** AgentITSMCMDB.pm 13 Dec 2006 13:13:33 -0000 1.70
--- AgentITSMCMDB.pm 14 Dec 2006 14:11:46 -0000 1.71
***************
*** 1708,1711 ****
--- 1708,1712 ----
$InputParam{Prefix} = ${$Attribute->{Input}}{Name} . '::';
$InputParam{Format} = 'DateInputFormatLong';
+ $InputParam{YearDiff} = 10;
if (${$Attribute->{Input}}{Value} &&
***************
*** 1725,1728 ****
--- 1726,1730 ----
$InputParam{Prefix} = ${$Attribute->{Input}}{Name} . '::';
$InputParam{Format} = 'DateInputFormat';
+ $InputParam{YearDiff} = 10;
if (${$Attribute->{Input}}{Value} &&
More information about the cvs-log
mailing list