Actually echo back the mail attribute

git-svn-id: http://svn.mozilla.org/projects/phonebook/trunk@50970 4eb1ac78-321c-0410-a911-ec516a8615a5
This commit is contained in:
wlee@mozilla.com 2009-09-06 19:14:03 +00:00
Родитель 697a33ac3f
Коммит 7de68cbc60
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -49,7 +49,7 @@ function search_users($ldapconn, $search) {
$search = ldap_search(
$ldapconn, 'dc=mozilla', $filter,
array(
"cn", "title", "manager", "employeeType", "email", "emailAlias",
"cn", "title", "manager", "employeeType", "mail", "emailAlias",
"physicalDeliveryOfficeName", "telephoneNumber", "mobile", "im",
"bugzillaEmail", "description", "status", "other"
)