Ignore:
Timestamp:
05/15/12 14:33:22 (12 years ago)
Author:
acoutinho
Message:

Ticket #2736 - Inconsistencia com edicao de eventos e pesquisa de eventos

File:
1 edited

Legend:

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

    r6184 r6190  
    498498     * @access     public 
    499499     */ 
    500     public function updateEvent(&$uri, &$params, &$criteria, $original) { 
     500    public function updateEvent(&$uri, $params, &$criteria, $original) { 
    501501        $schedulableOld = Controller::read(array('concept' => 'schedulable', 'id' => $uri['id']), null, array('deepness' => '2')); 
    502502        $schedulable = $schedulableOld; 
    503503        $alt = false; 
    504  
    505         DBMapping::encodeSchedulable($params); 
    506504 
    507505        foreach ($params as $i => $v) //Verifica se ouve alteração no evento 
     
    510508                $alt = true; 
    511509            } 
    512 self::lg( $schedulable, '$schedulable' ); 
     510 
    513511        if (($alt === true) && (Config::regGet('noAlarm') === false) && (self::futureEvent($schedulable['startTime'], $schedulable['rangeEnd'], $schedulable['id']))) { 
    514512            $method = 'REQUEST'; 
Note: See TracChangeset for help on using the changeset viewer.