Ignore:
Timestamp:
05/29/12 23:23:50 (12 years ago)
Author:
acoutinho
Message:

Ticket #2813 - Implementação da repetição inconsistente

File:
1 edited

Legend:

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

    r6344 r6346  
    3434            switch ($v['type']) { 
    3535                case EVENT_ID: 
    36  
    3736                    $vevent = $ical->newComponent('vevent'); 
    3837 
     
    6362                                    $repeat['until'] = $time->format(DATE_RFC822); 
    6463                                } else if ($ir == 'count') 
     64                                    $repeat[$ir] = $rv; 
     65                                else if ($ir == 'interval') 
    6566                                    $repeat[$ir] = $rv; 
    6667                                else if ($ir !== 'schedulable' && $ir !== 'id' && $ir !== 'startTime') 
Note: See TracChangeset for help on using the changeset viewer.