Change occurances of user->profileField to user->get

This commit is contained in:
Colin Kuskie 2010-11-18 16:12:03 -08:00
parent ae48e7517a
commit 59c03b50e7
41 changed files with 86 additions and 86 deletions

View file

@ -154,7 +154,7 @@ sub getValue {
# NOTE: Cannot fix time zone since we don't have a complete date/time
if($value =~ $isaEpoch){
return $self->session->datetime->epochToSet($value,$self->session->user->profileField( 'timeZone' ));
return $self->session->datetime->epochToSet($value,$self->session->user->get( 'timeZone' ));
}
# Verify format