mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Contacts: Didn't show birthday.
This commit is contained in:
parent
9a302d211f
commit
88a1e4d770
@ -34,7 +34,7 @@ class App {
|
||||
/**
|
||||
* Properties to index.
|
||||
*/
|
||||
public static $index_properties = array('UID', 'N', 'FN', 'NOTE', 'NICKNAME', 'ORG', 'CATEGORIES', 'EMAIL', 'TEL', 'IMPP', 'ADR', 'URL', 'GEO', 'PHOTO');
|
||||
public static $index_properties = array('BDAY', 'UID', 'N', 'FN', 'NOTE', 'NICKNAME', 'ORG', 'CATEGORIES', 'EMAIL', 'TEL', 'IMPP', 'ADR', 'URL', 'GEO', 'PHOTO');
|
||||
|
||||
const THUMBNAIL_PREFIX = 'contact-thumbnail-';
|
||||
const THUMBNAIL_SIZE = 28;
|
||||
|
Loading…
Reference in New Issue
Block a user