Ignore:
Timestamp:
01/27/12 19:21:30 (12 years ago)
Author:
cristiano
Message:

Ticket #2434 - Atualização modulo agenda e API - Correções de serviços

File:
1 edited

Legend:

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

    r5437 r5441  
    353353                        DAViCalAdapter::deleteEvent($uri['id'], array('calendar' => $v['calendar_name'])); 
    354354             } 
    355  
     355              
    356356             /* Seta o participante como rejeitado */ 
    357357             Controller::update(array('concept' => 'participant'), array('status' => STATUS_CANCELLED) ,  
    358358             array('filter' =>  
    359359                 array('AND', 
    360                         array('=' , 'user'  ,$_SESSION['wallet']['user']['uidNumber'] ), 
     360                        array('=' , 'user'  ,Config::me('uidNumber') ), 
    361361                        array('=' , 'schedulable'  , $uri['id'] ) 
    362362                     ))); 
Note: See TracChangeset for help on using the changeset viewer.