Ignore:
Timestamp:
01/24/13 15:27:55 (11 years ago)
Author:
cristiano
Message:

Ticket #3324 - Eventos criados no modulo ExpressoCalendar? nao estao sendo criados no Thunderbird

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/plugins/icalcreator/iCalcreator.class.php

    r7730 r7792  
    5555 * @since 2.9.6 - 2011-05-14 
    5656 */ 
    57 class vcalendar { 
     57class icalCreatorVcalendar { 
    5858            //  calendar property variables 
    5959  var $calscale; 
     
    8888 * @return void 
    8989 */ 
    90   function vcalendar ( $config = array()) { 
     90  function icalCreatorVcalendar ( $config = array()) { 
    9191    $this->_makeVersion(); 
    9292    $this->calscale   = null; 
     
    98369836 */ 
    98379837function & XML2iCal( $xmlobj, $iCalcfg=array()) { 
    9838   $iCal = new vcalendar( $iCalcfg ); 
     9838  $iCal = new icalCreatorVcalendar( $iCalcfg ); 
    98399839  foreach( $xmlobj->children() as $icalendar ) { // vcalendar 
    98409840    foreach( $icalendar->children() as $calPart ) { // calendar properties and components 
Note: See TracChangeset for help on using the changeset viewer.