mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
use tabs instead of space for indentation
This commit is contained in:
parent
65bca0269f
commit
4ebbf1ceed
@ -191,9 +191,9 @@ class ImportVCardConnector extends ImportConnector{
|
|||||||
// Doesn't look like a vcf file
|
// Doesn't look like a vcf file
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
$element = $this->convertElementToVCard($parts[0]);
|
$element = $this->convertElementToVCard($parts[0]);
|
||||||
$unknownElements = $element->select("X-Unknown-Element");
|
$unknownElements = $element->select("X-Unknown-Element");
|
||||||
return (1 - (0.5 * count($unknownElements)/count($parts[0])));
|
return (1 - (0.5 * count($unknownElements)/count($parts[0])));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user