allways using account_fullname for calendars

This commit is contained in:
Ralf Becker 2010-12-03 17:55:04 +00:00
parent a7ea17d896
commit 08ec384512

View File

@ -63,7 +63,7 @@ class calendar_activesync implements activesync_plugin_read
{
$folderlist[] = $f = array(
'id' => $this->backend->createID('calendar',$entry['grantor']),
'mod' => $label,
'mod' => $GLOBALS['egw']->accounts->id2name($entry['grantor'],'account_fullname'),
'parent'=> '0',
);
};
@ -117,7 +117,7 @@ class calendar_activesync implements activesync_plugin_read
$stat = array(
'id' => $id,
'mod' => $GLOBALS['egw']->accounts->id2name($owner),
'mod' => $GLOBALS['egw']->accounts->id2name($owner,'account_fullname'),
'parent' => '0',
);