[Pkg-owncloud-commits] [php-sabre-vobject] 215/341: Add the SOURCE property.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit c8474926b368cb60c8971bb3cbf2576aa7d1e393
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Mon Jan 26 16:47:23 2015 +0100
Add the SOURCE property.
See https://tools.ietf.org/html/rfc6350#section-6.1.3.
---
lib/Component/VCard.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/Component/VCard.php b/lib/Component/VCard.php
index 4cee726..e6152a9 100644
--- a/lib/Component/VCard.php
+++ b/lib/Component/VCard.php
@@ -107,6 +107,7 @@ class VCard extends VObject\Document {
'IMPP' => 'Sabre\\VObject\\Property\\Uri',
// vCard 4.0 properties
+ 'SOURCE' => 'Sabre\\VObject\\Property\\Uri',
'XML' => 'Sabre\\VObject\\Property\\FlatText',
'ANNIVERSARY' => 'Sabre\\VObject\\Property\\VCard\\DateAndOrTime',
'CLIENTPIDMAP' => 'Sabre\\VObject\\Property\\Text',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list