Ignore:
Timestamp:
07/11/12 11:45:10 (12 years ago)
Author:
niltonneto
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

Location:
branches/2.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4

  • branches/2.4/expressoCalendar/docs/caldav-PUT-vcalendar.php.diff

    r6440 r6754  
    1414+   $params = array(); 
    1515+   $dav_name = explode('/', $dav_resource->GetProperty('dav_name')); 
    16 +   $params['calendarName'] = $dav_name[ (count($dav_name)-3) ] .'/'. $dav_name[ (count($dav_name)-2) ];  
     16+   $params['calendarName'] = $dav_name[ (count($dav_name)-3) ] .'/'. $dav_name[ (count($dav_name)-2) ]; 
    1717+   $params['owner'] =  $session->username; 
    1818+   $params['action'] = $put_action_type; 
Note: See TracChangeset for help on using the changeset viewer.