diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-25 14:25:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-25 14:25:59 +0000 |
| commit | 755864eec85161db71b103b6e1bfd362a3efc806 (patch) | |
| tree | d82e4951e01ac4b043d48b3c9a992eca88b581db /roundcubemail | |
| parent | 1116de956f83424c91181e283e536d6053b7636e (diff) | |
- typo
git-svn-id: https://svn.roundcube.net/trunk@3418 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/program/include/rcube_ldap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_ldap.php b/roundcubemail/program/include/rcube_ldap.php index cdf511cfd..4cacd5232 100644 --- a/roundcubemail/program/include/rcube_ldap.php +++ b/roundcubemail/program/include/rcube_ldap.php @@ -681,7 +681,7 @@ class rcube_ldap extends rcube_addressbook // list of known attribute aliases $aliases = array( 'gn' => 'givenname', - 'rfc822mailbox' => 'mail', + 'rfc822mailbox' => 'email', 'userid' => 'uid', 'emailaddress' => 'email', 'pkcs9email' => 'email', |
