forked from extern/egroupware
Support addressbook synchronization for address list only
This commit is contained in:
parent
6647c40135
commit
3262b5a96e
@ -176,6 +176,7 @@ class addressbook_vcal extends addressbook_bo
|
|||||||
$contact['owner'] = $GLOBALS['egw_info']['user']['account_primary_group'];
|
$contact['owner'] = $GLOBALS['egw_info']['user']['account_primary_group'];
|
||||||
break;
|
break;
|
||||||
case 'P':
|
case 'P':
|
||||||
|
case 'N':
|
||||||
case 0:
|
case 0:
|
||||||
$contact['owner'] = $this->user;
|
$contact['owner'] = $this->user;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user