mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 15:29:17 +01:00
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(
|
$folderlist[] = $f = array(
|
||||||
'id' => $this->backend->createID('calendar',$entry['grantor']),
|
'id' => $this->backend->createID('calendar',$entry['grantor']),
|
||||||
'mod' => $label,
|
'mod' => $GLOBALS['egw']->accounts->id2name($entry['grantor'],'account_fullname'),
|
||||||
'parent'=> '0',
|
'parent'=> '0',
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
@ -117,7 +117,7 @@ class calendar_activesync implements activesync_plugin_read
|
|||||||
|
|
||||||
$stat = array(
|
$stat = array(
|
||||||
'id' => $id,
|
'id' => $id,
|
||||||
'mod' => $GLOBALS['egw']->accounts->id2name($owner),
|
'mod' => $GLOBALS['egw']->accounts->id2name($owner,'account_fullname'),
|
||||||
'parent' => '0',
|
'parent' => '0',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user