[Pkg-owncloud-commits] [php-sabre-vobject] 04/32: Missing space.
David Prévot
taffit at moszumanska.debian.org
Fri Nov 28 22:27:08 UTC 2014
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 20ae0ac4dc5a1b4056a257a438606cb1e826b5f6
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Mon Nov 3 22:21:45 2014 -0300
Missing space.
---
lib/VCardConverter.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/VCardConverter.php b/lib/VCardConverter.php
index 34160da..a0966f8 100644
--- a/lib/VCardConverter.php
+++ b/lib/VCardConverter.php
@@ -124,7 +124,7 @@ class VCardConverter {
// exist yet.
$x = 1;
while($output->select('ITEM' . $x . '.')) {
- $x++;
+ $x++;
}
$output->add('ITEM' . $x . '.X-ABDATE', $newProperty->getValue(), array('VALUE' => 'DATE-AND-OR-TIME'));
$output->add('ITEM' . $x . '.X-ABLABEL', '_$!<Anniversary>!$_');
--
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