Merge pull request #10187 from AlainRnet/patch-6
Update vcard.class.php
This commit is contained in:
commit
e80e366fb1
@ -309,8 +309,8 @@ class vCard
|
|||||||
function getVCard()
|
function getVCard()
|
||||||
{
|
{
|
||||||
$text = "BEGIN:VCARD\r\n";
|
$text = "BEGIN:VCARD\r\n";
|
||||||
//$text.= "VERSION:3.0\r\n";
|
$text.= "VERSION:3.0\r\n";
|
||||||
$text.= "VERSION:2.1\r\n";
|
//$text.= "VERSION:2.1\r\n";
|
||||||
foreach($this->properties as $key => $value)
|
foreach($this->properties as $key => $value)
|
||||||
{
|
{
|
||||||
$text.= "$key:$value\r\n";
|
$text.= "$key:$value\r\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user