Skip to content

Commit

Permalink
Return more contact fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 14, 2014
1 parent c0501d9 commit b1e2382
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/OpenXchange/lib/Horde/OpenXchange/Contacts.php
Expand Up @@ -43,6 +43,8 @@ class Horde_OpenXchange_Contacts extends Horde_OpenXchange_Base
* @var array
*/
protected $_columns = array(
1 => 'id',
100 => 'categories',
223 => 'uid',
500 => 'name',
501 => 'firstname',
Expand Down Expand Up @@ -137,6 +139,7 @@ class Horde_OpenXchange_Contacts extends Horde_OpenXchange_Base
590 => 'userField20',
592 => 'members',
601 => 'phototype',
602 => 'distributionList',
606 => 'photourl',
610 => 'yomifirstname',
611 => 'yomilastname',
Expand Down

0 comments on commit b1e2382

Please sign in to comment.