Ignore:
Timestamp:
07/24/12 11:04:34 (12 years ago)
Author:
eduardow
Message:

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

File:
1 edited

Legend:

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

    r6754 r6862  
    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.