Ignore:
Timestamp:
12/17/12 14:22:24 (11 years ago)
Author:
cristiano
Message:

Ticket #3239 - Inconsistência na importação de eventos com repetição

File:
1 edited

Legend:

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

    r6962 r7660  
    233233        } 
    234234        if(isset($params['calendar'])) 
    235         {  
    236             require_once ROOTPATH.'/plugins/icalcreator/iCalUtilityFunctions.class.php'; 
     235        { 
    237236            require_once ROOTPATH.'/plugins/icalcreator/iCalcreator.class.php'; 
    238237             
    239             $vcalendar = new icalCreator( );  
     238            $vcalendar = new vcalendar( ); 
    240239            $vcalendar->parse($data);  
    241240            $vcalendar->sort(); 
Note: See TracChangeset for help on using the changeset viewer.