Ignore:
Timestamp:
09/05/12 17:29:25 (12 years ago)
Author:
cristiano
Message:

Ticket #3094 - Horário incorreto ao importar evento no Outlook 2010

File:
1 edited

Legend:

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

    r7163 r7174  
    437437    $ical1['type'] = 'text/plain'; 
    438438    $ical1['source'] = $ical['compatible']; 
    439     $ical1['name'] = 'outlook.ics'; 
     439    $ical1['name'] = 'outlook2003.ics'; 
    440440    $ical2['source'] = $ical['ical']; 
    441441        $ical2['type'] = 'text/calendar'; 
    442         $ical2['name'] = 'thunderbird.ics'; 
     442        $ical2['name'] = 'calendar.ics'; 
    443443 
    444444        unset($ical); 
Note: See TracChangeset for help on using the changeset viewer.