remove old (from Andreas z-push fork) and no longer used md5body attribute

This commit is contained in:
Ralf Becker 2016-06-17 08:42:49 +02:00
parent e600eede2a
commit c07b3b26e4

View File

@ -1078,8 +1078,6 @@ class calendar_zpush implements activesync_plugin_write, activesync_plugin_meeti
$this->backend->note2messagenote($event['description'], $bodypreference, $message->asbody); $this->backend->note2messagenote($event['description'], $bodypreference, $message->asbody);
} }
} }
$message->md5body = md5($event['description']);
$message->organizername = $GLOBALS['egw']->accounts->id2name($event['owner'],'account_fullname'); $message->organizername = $GLOBALS['egw']->accounts->id2name($event['owner'],'account_fullname');
// at least iOS calendar crashes, if organizer has no email address (true = generate an email, if user has none) // at least iOS calendar crashes, if organizer has no email address (true = generate an email, if user has none)
$message->organizeremail = $GLOBALS['egw']->accounts->id2name($event['owner'], 'account_email', true); $message->organizeremail = $GLOBALS['egw']->accounts->id2name($event['owner'], 'account_email', true);