mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
* Addressbook: use vCard version 3 when exporting via context menu
This commit is contained in:
parent
56f286e877
commit
f8d2a88e41
@ -843,7 +843,8 @@ class addressbook_ui extends addressbook_bo
|
||||
|
||||
case 'vcard':
|
||||
$action_msg = lang('exported');
|
||||
ExecMethod('addressbook.addressbook_vcal.export',$checked);
|
||||
$vcard = new addressbook_vcal('addressbook','text/vcard');
|
||||
$vcard->export($checked);
|
||||
// does not return!
|
||||
$Ok = false;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user