Ignore:
Timestamp:
04/24/12 10:56:43 (12 years ago)
Author:
acoutinho
Message:

Ticket #2650 - Inconsistencias com a repeticao, alguns logs de erros sendo gerados

File:
1 edited

Legend:

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

    r6006 r6011  
    5050                       $eTime = new DateTime( '@'.(int)($v['endTime'] / 1000) , $timezone );   
    5151                       $eTime->setTimezone($apTimezoneOBJ); 
    52                         
    53                        if(isset($v['repeat'])) 
     52 
     53                       if( ( isset($v['repeat']) ) && ( $v['repeat']['frequency'] != 'none' ) ) 
    5454                       { 
    5555                           $repeat = array(); 
Note: See TracChangeset for help on using the changeset viewer.