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