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

Use dash instead of underscore

This commit is contained in:
LEDfan 2014-02-04 08:03:32 +01:00
parent 104c7d9be4
commit a008057f59

View File

@ -132,10 +132,10 @@ Class Properties {
'xname' => 'X-SKYPE', 'xname' => 'X-SKYPE',
'protocol' => 'x-apple', 'protocol' => 'x-apple',
), ),
'owncloud_handle' => array( 'owncloud-handle' => array(
'displayname' => (string)$l10n->t('ownCloud handle'), 'displayname' => (string)$l10n->t('ownCloud handle'),
'xname' => null, 'xname' => null,
'protocol' => 'owncloud_handle' 'protocol' => 'owncloud-handle'
), ),
); );
if(is_null($im)) { if(is_null($im)) {