add a fieldmapping to enable the query for contact_bday

This commit is contained in:
Klaus Leithoff 2010-09-30 09:49:23 +00:00
parent b976930423
commit 38c977ee7a

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',