[otrs-cvs] otrs/Kernel/System/DynamicField/Backend DateTime.pm, 1.71, 1.72
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/System/DynamicField/Backend
In directory lancelot:/tmp/cvs-serv26607/Kernel/System/DynamicField/Backend
Modified Files:
DateTime.pm
Log Message:
Small documentation fixes.
Author: ub
Index: DateTime.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/DynamicField/Backend/DateTime.pm,v
retrieving revision 1.71
retrieving revision 1.72
diff -2 -u -d -r1.71 -r1.72
--- DateTime.pm 3 Dec 2012 11:29:12 -0000 1.71
+++ DateTime.pm 10 Jan 2013 20:48:22 -0000 1.72
@@ -1,5 +1,5 @@
# --
# Kernel/System/DynamicField/Backend/DateTime.pm - Delegate for DynamicField DateTime backend
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -312,5 +312,4 @@
# check if there is a Template and retreive the dinalic field value from there
if ( IsHashRefWithData( $Param{Template} ) ) {
-
for my $Type (qw(Used Year Month Day Hour Minute)) {
$DynamicFieldValues{ $Prefix . $Type } = $Param{Template}->{ $Prefix . $Type };
@@ -351,5 +350,5 @@
}
- # check if return value structure is nedded
+ # check if return template structure is nedded
if ( defined $Param{ReturnTemplateStructure} && $Param{ReturnTemplateStructure} eq '1' ) {
return \%DynamicFieldValues;
@@ -493,5 +492,5 @@
}
- # get the field value, this fuction is always called after the profile is loaded
+ # get the field value, this function is always called after the profile is loaded
my $FieldValues = $Self->SearchFieldValueGet(
%Param,
@@ -554,5 +553,5 @@
my $AdditionalText;
if ( $Param{UseLabelHints} ) {
- $AdditionalText = 'Between';
+ $AdditionalText = 'between';
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log