Ignore:
Timestamp:
07/23/12 16:33:19 (12 years ago)
Author:
cristiano
Message:

Ticket #2979 - Erro ao excluir evento ou participante e abrir e-mail de resposta do participante

File:
1 edited

Legend:

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

    r6533 r6849  
    518518            foreach ($result as $i => $v) { 
    519519 
    520                 if (!isset($currentTimezone) || $currentTimezone != $original['criteria']['timezones'][$v['calendar']]) { 
     520                if ( isset($v['calendar']) && (!isset($currentTimezone) || $currentTimezone != $original['criteria']['timezones'][$v['calendar']])) { 
    521521                    $currentTimezone = isset($original['criteria']['timezones'][$v['calendar']]) ? $original['criteria']['timezones'][$v['calendar']] : $v['timezone']; 
    522522                    $Time->setTimezone(new DateTimeZone($currentTimezone)); 
Note: See TracChangeset for help on using the changeset viewer.