Support addressbook synchronization for address list only

This commit is contained in:
Jörg Lehrke 2010-04-13 18:10:54 +00:00
parent 6647c40135
commit 3262b5a96e

View File

@ -176,6 +176,7 @@ class addressbook_vcal extends addressbook_bo
$contact['owner'] = $GLOBALS['egw_info']['user']['account_primary_group'];
break;
case 'P':
case 'N':
case 0:
$contact['owner'] = $this->user;
break;