forked from extern/egroupware
corrected dateformat for calendar
This commit is contained in:
parent
8cc7c338e0
commit
25ac3231b9
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user