mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix vCard export issue
This commit is contained in:
parent
15609abbf4
commit
f976e3079c
@ -974,8 +974,7 @@ class addressbook_vcal extends addressbook_bo
|
|||||||
{
|
{
|
||||||
if (!$file)
|
if (!$file)
|
||||||
{
|
{
|
||||||
$browser =& CreateObject('phpgwapi.browser');
|
html::content_header('addressbook.vcf','text/x-vcard');
|
||||||
$browser->content_header('addressbook.vcf','text/x-vcard');
|
|
||||||
}
|
}
|
||||||
if (!($fp = fopen($file ? $file : 'php://output','w')))
|
if (!($fp = fopen($file ? $file : 'php://output','w')))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user