[otrs-cvs] ITSMConfigurationManagement/Kernel/Output/HTML ITSMConfigItemLayoutDate.pm, 1.12, 1.12.2.1
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMConfigurationManagement/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv22511/Kernel/Output/HTML
Modified Files:
Tag: rel-3_1
ITSMConfigItemLayoutDate.pm
Log Message:
Fixed bug# 9023 - Updating configitems causes dates in wrong format.
Author: ub
Index: ITSMConfigItemLayoutDate.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Output/HTML/ITSMConfigItemLayoutDate.pm,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -2 -u -d -r1.12 -r1.12.2.1
--- ITSMConfigItemLayoutDate.pm 6 Jun 2012 14:45:04 -0000 1.12
+++ ITSMConfigItemLayoutDate.pm 14 Jan 2013 17:13:37 -0000 1.12.2.1
@@ -1,5 +1,5 @@
# --
# Kernel/Output/HTML/ITSMConfigItemLayoutDate.pm - layout backend module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -71,5 +71,5 @@
$Param{Value} = $Self->{LayoutObject}->Output(
- Template => '$TimeLong{"$QData{"Date"}"}',
+ Template => '$Date{"$QData{"Date"}"}',
Data => {
Date => $Param{Value} . ' 00:00:00',
---------------------------------------------------------------------
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