Ignore:
Timestamp:
08/15/12 16:35:27 (12 years ago)
Author:
acoutinho
Message:

Ticket #3032 - Nao e enviado email de confirmacao de participacao de participante externo em tarefa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/interceptors/DBMapping.php

    r7006 r7028  
    781781                $DayLigth['calendar']['endTime'] = $Time->format('I') ? 1 : 0; 
    782782 
    783                 if ($currentTimezone != $v['timezone']) { 
     783                if (!isset($currentTimezone) || ($currentTimezone != $v['timezone'])) { 
    784784                    $currentTimezone = $v['timezone']; 
    785785                    $Time->setTimezone(new DateTimeZone($v['timezone'])); 
Note: See TracChangeset for help on using the changeset viewer.