Ignore:
Timestamp:
02/25/13 14:59:52 (11 years ago)
Author:
cristiano
Message:

Ticket #3357 - Verificar inconsistência ao Criar evento sem adicionar participantes e editar lembretes

File:
1 edited

Legend:

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

    r7358 r7910  
    3434        if (Config::regGet('noAlarm') !== false) 
    3535            return; //Escapa notificações caso a flag de noAlarm esteja ativa. 
     36 
     37 
    3638 
    3739        $organizers = array(); //Cache Organizadores 
     
    9799            $psUpdated = Controller::find(array('concept' => 'participant'), false, array('deepness' => '1', 'filter' => array('IN', 'id', $updated))); 
    98100 
     101 
    99102            foreach ($psUpdated as $i => $pUpdated) { 
    100                 if ($pUpdated['isOrganizer'] == '1' && $pUpdated['delegateFrom'] == '0'){ 
     103                if ($pUpdated['isOrganizer'] == '1' && $pUpdated['delegatedFrom'] == '0'){ 
    101104                    continue; //escapa organizador 
    102105        } 
Note: See TracChangeset for help on using the changeset viewer.