Changeset 7175 for branches


Ignore:
Timestamp:
09/05/12 18:05:28 (12 years ago)
Author:
eduardow
Message:

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

File:
1 edited

Legend:

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

    r7169 r7175  
    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.