Ignore:
Timestamp:
12/18/12 15:08:46 (11 years ago)
Author:
cristiano
Message:

Ticket #3209 - Atualizações de lib e correções de config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zpush/backend/expresso/providers/calendarProvider.php

    r7670 r7671  
    201201        $schedulable = Controller::find(array('concept' => 'schedulable'), null , array('filter' => array( '=' , 'uid' , $id))); 
    202202        if( is_array($schedulable) && count($schedulable) > 0 ) 
     203 
    203204            $schedulable = $schedulable[0]; 
    204205        else 
Note: See TracChangeset for help on using the changeset viewer.