mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Clean indentation
This commit is contained in:
parent
2e9ee72451
commit
a7ea3e4706
@ -64,7 +64,8 @@ class LocalUsers extends AbstractBackend {
|
|||||||
*/
|
*/
|
||||||
private $indexProperties = array(
|
private $indexProperties = array(
|
||||||
'BDAY', 'UID', 'N', 'FN', 'TITLE', 'ROLE', 'NOTE', 'NICKNAME',
|
'BDAY', 'UID', 'N', 'FN', 'TITLE', 'ROLE', 'NOTE', 'NICKNAME',
|
||||||
'ORG', 'CATEGORIES', 'EMAIL', 'TEL', 'IMPP', 'ADR', 'URL', 'GEO');
|
'ORG', 'CATEGORIES', 'EMAIL', 'TEL', 'IMPP', 'ADR', 'URL', 'GEO'
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* language object
|
* language object
|
||||||
@ -407,5 +408,4 @@ class LocalUsers extends AbstractBackend {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user