Ignore:
Timestamp:
09/14/12 11:04:24 (12 years ago)
Author:
angelo
Message:

Ticket #3103 - Inconsistencia com a sincronizacao com davical

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/services/iCal.php

    r7097 r7218  
    20052005 
    20062006    static private function _existInMyCalendars($id, $owner) { 
    2007         $sig = Controller::find(array('concept' => 'calendarSignature'), array('user', 'calendar', 'isOwner'), array('filter' => array('AND', array('=', 'isOwner', '1'), array('=', 'user', $owner)))); 
     2007        $sig = Controller::find(array('concept' => 'calendarSignature'), array('user', 'calendar', 'isOwner'), array('filter' =>  array('=', 'user', $owner))); 
    20082008        $calendars = array(); 
    20092009        foreach ($sig as $val) 
Note: See TracChangeset for help on using the changeset viewer.