corrected dateformat for calendar

This commit is contained in:
Philip Herbert 2010-12-02 16:04:53 +00:00
parent 8cc7c338e0
commit 25ac3231b9

View File

@ -195,7 +195,7 @@ class calendar_activesync implements activesync_plugin_read
'modified' => 'dtstamp',
) as $key => $attr)
{
if (!empty($event[$key])) $message->$attr = date('Ymd\THis\Z',$event[$key]);
if (!empty($event[$key])) $message->$attr = $event[$key];
}
// copying strings
foreach(array(