[Pkg-owncloud-commits] [php-sabre-vobject] 218/341: Support ADR serialization to xCard.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:50 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 718e5010c26397d7f6c6e26ad32b55f7380f2dc3
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Mon Jan 26 18:11:58 2015 +0100
Support ADR serialization to xCard.
---
lib/Property/Text.php | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/lib/Property/Text.php b/lib/Property/Text.php
index ac34123..603b618 100644
--- a/lib/Property/Text.php
+++ b/lib/Property/Text.php
@@ -339,6 +339,18 @@ class Text extends Property {
]);
break;
+ case 'ADR':
+ $map([
+ 'pobox',
+ 'ext',
+ 'street',
+ 'locality',
+ 'region',
+ 'code',
+ 'country'
+ ]);
+ break;
+
default:
parent::xmlSerializeValue($writer);
}
--
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