forked from extern/egroupware
allways using account_fullname for calendars
This commit is contained in:
parent
a7ea17d896
commit
08ec384512
@ -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',
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user