Merge pull request #10187 from AlainRnet/patch-6

Update vcard.class.php
This commit is contained in:
Laurent Destailleur 2018-12-15 15:59:34 +01:00 committed by GitHub
commit e80e366fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,8 +309,8 @@ class vCard
function getVCard()
{
$text = "BEGIN:VCARD\r\n";
//$text.= "VERSION:3.0\r\n";
$text.= "VERSION:2.1\r\n";
$text.= "VERSION:3.0\r\n";
//$text.= "VERSION:2.1\r\n";
foreach($this->properties as $key => $value)
{
$text.= "$key:$value\r\n";