[Pkg-owncloud-commits] [php-sabre-vobject] 248/341: Use the new date-and-or-time parser.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:53 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 a35b10bd86110ec47c31c124a9dde14adcaae1a5
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Thu Jan 29 10:53:59 2015 +0100
Use the new date-and-or-time parser.
---
lib/Property/VCard/DateAndOrTime.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Property/VCard/DateAndOrTime.php b/lib/Property/VCard/DateAndOrTime.php
index 83ae196..02465c7 100644
--- a/lib/Property/VCard/DateAndOrTime.php
+++ b/lib/Property/VCard/DateAndOrTime.php
@@ -260,7 +260,7 @@ class DateAndOrTime extends Property {
protected function xmlSerializeValue(Xml\Writer $writer) {
$valueType = strtolower($this->getValueType());
- $parts = DateTimeParser::parseVCardDateTime($this->getValue());
+ $parts = DateTimeParser::parseVCardDateAndOrTime($this->getValue());
$value = '';
// $d = defined
--
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