From 08ec3845126c56f42a83ae84d7e382518ed7eaf0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 3 Dec 2010 17:55:04 +0000 Subject: [PATCH] allways using account_fullname for calendars --- calendar/inc/class.calendar_activesync.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/inc/class.calendar_activesync.inc.php b/calendar/inc/class.calendar_activesync.inc.php index ef4da1a1d6..a069aefb54 100644 --- a/calendar/inc/class.calendar_activesync.inc.php +++ b/calendar/inc/class.calendar_activesync.inc.php @@ -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', );