mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Oops, duplicate methods
This commit is contained in:
parent
4e6a95b5a6
commit
ddcdc6eef3
@ -54,19 +54,6 @@ Class Properties {
|
|||||||
'BDAY', 'UID', 'N', 'FN', 'TITLE', 'ROLE', 'NOTE', 'NICKNAME',
|
'BDAY', 'UID', 'N', 'FN', 'TITLE', 'ROLE', 'NOTE', 'NICKNAME',
|
||||||
'ORG', 'CATEGORIES', 'EMAIL', 'TEL', 'IMPP', 'ADR', 'URL', 'GEO', 'PHOTO');
|
'ORG', 'CATEGORIES', 'EMAIL', 'TEL', 'IMPP', 'ADR', 'URL', 'GEO', 'PHOTO');
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief returns the default categories (groups) for contacts.
|
|
||||||
* @return (array) $categories
|
|
||||||
*/
|
|
||||||
public static function getDefaultCategories() {
|
|
||||||
return array(
|
|
||||||
(string)self::$l10n->t('Friends'),
|
|
||||||
(string)self::$l10n->t('Family'),
|
|
||||||
(string)self::$l10n->t('Work'),
|
|
||||||
(string)self::$l10n->t('Other'),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get options for IMPP properties
|
* Get options for IMPP properties
|
||||||
* @param string $im
|
* @param string $im
|
||||||
|
Loading…
Reference in New Issue
Block a user