1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Clean indentation

This commit is contained in:
Thomas Tanghus 2014-04-17 01:40:41 +02:00
parent 2e9ee72451
commit a7ea3e4706

View File

@ -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;
} }
} }
} }