[otrs-cvs] otrs/Kernel Language.pm,1.84,1.85
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel
In directory lancelot:/tmp/cvs-serv9134/Kernel
Modified Files:
Language.pm
Log Message:
Reverted last change.
Author: mg
Index: Language.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Language.pm,v
retrieving revision 1.84
retrieving revision 1.85
diff -2 -u -d -r1.84 -r1.85
--- Language.pm 24 Nov 2012 13:18:20 -0000 1.84
+++ Language.pm 26 Nov 2012 08:29:58 -0000 1.85
@@ -358,5 +358,5 @@
# add user time zone diff
- if ( $Self->{TimeZone} && $Config ne 'DateFormatShort' ) {
+ if ( $Self->{TimeZone} ) {
my $TimeStamp = $Self->{TimeObject}->TimeStamp2SystemTime( String => "$Y-$M-$D $T", );
$TimeStamp = $TimeStamp + ( $Self->{TimeZone} * 60 * 60 );
@@ -374,5 +374,5 @@
$ReturnString =~ s/\%M/$M/g;
$ReturnString =~ s/\%Y/$Y/g;
- if ( $Self->{TimeZone} && $Config ne 'DateFormatShort' ) {
+ if ( $Self->{TimeZone} ) {
return $ReturnString . " ($Self->{TimeZone})";
}
---------------------------------------------------------------------
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