[Rt-commit] r18662 - in rt/3.999/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Wed Mar 4 16:38:35 EST 2009
Author: sartak
Date: Wed Mar 4 16:38:35 2009
New Revision: 18662
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/lib/RT/Date.pm
Log:
r80899 at onn: sartak | 2009-03-04 16:38:30 -0500
timezone has become time_zone
Modified: rt/3.999/trunk/lib/RT/Date.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Date.pm (original)
+++ rt/3.999/trunk/lib/RT/Date.pm Wed Mar 4 16:38:35 2009
@@ -897,7 +897,7 @@
my $tz;
if ( $context eq 'user' ) {
- $tz = $self->current_user->user_object->timezone;
+ $tz = $self->current_user->user_object->time_zone;
} elsif ( $context eq 'server' ) {
$tz = RT->config->get('Timezone');
} else {
More information about the Rt-commit
mailing list