Ignore:
Timestamp:
05/14/12 22:52:20 (12 years ago)
Author:
natan
Message:

Ticket #2730 - Inconsistências na alteração de eventos

File:
1 edited

Legend:

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

    r6177 r6183  
    503503        $alt = false; 
    504504 
     505//      DBMapping::encodeSchedulable($params); 
     506 
    505507        foreach ($params as $i => $v) //Verifica se ouve alteração no evento 
    506508            if (isset($schedulableOld[$i]) && $schedulableOld[$i] != $v && $i != 'participants') { 
     
    508510                $alt = true; 
    509511            } 
    510  
     512self::lg( $schedulable, '$schedulable' ); 
    511513        if (($alt === true) && (Config::regGet('noAlarm') === false) && (self::futureEvent($schedulable['startTime'], $schedulable['rangeEnd'], $schedulable['id']))) { 
    512514            $method = 'REQUEST'; 
Note: See TracChangeset for help on using the changeset viewer.