add a fieldmapping to enable the query for contact_bday

This commit is contained in:
Klaus Leithoff 2010-09-30 09:59:59 +00:00
parent ee6a73e1c0
commit 9272642663

View File

@ -159,6 +159,7 @@ class addressbook_ldap
# categories(deprecated)
'evolutionperson' => array(
'bday' => 'birthdate',
'contact_bday' => 'birthdate', // birthday may be requested as either bday or contact_bday
'note' => 'note',
'tel_car' => 'carphone',
'tel_prefer' => 'primaryphone',