Skip to content

Difference between 2.1 and 3.0 versions  #24

@pavlovweb

Description

@pavlovweb

Small bug:
While parsing

    $vcard -> url 

it returns an array like

Array(
 '0' => Array(
                '0' => URL  
          )
);

if it is vcard of 2.1 version

and if it is 3.0 it gives a different result, such as

 '0' => Array(
                'Value' => URL  
          )
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions