mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
and one more time for scrutinizer
he's so obsessive, he reminds me sometimes...
This commit is contained in:
parent
6032ec2e1e
commit
057507d989
@ -161,7 +161,7 @@ abstract class ImportConnector {
|
||||
$property = $vcard->createProperty($importEntry['property']);
|
||||
$vcard->add($property);
|
||||
if ($importEntry['type']!=null) {
|
||||
$property->add('TYPE', StringUtil::convertToUTF8($importEntry['type']));
|
||||
$property->add('TYPE', StringUtil::convertToUTF8($importEntry['type']));
|
||||
switch ($importEntry['property']) {
|
||||
case "ADR":
|
||||
$property->setValue(";;;;;;");
|
||||
|
Loading…
Reference in New Issue
Block a user