Changeset 5339 in subversion for trunk/roundcubemail/program/include/rcube_ldap.php
- Timestamp:
- Oct 14, 2011 3:27:24 PM (20 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_ldap.php
r5338 r5339 229 229 if ($bind_dn) { 230 230 $dn = ldap_explode_dn($bind_dn, 1); 231 $replaces ['%dn'] = $dn[0];231 $replaces = array('%dn' => $dn[0]) + $replaces; 232 232 } 233 233 }
Note: See TracChangeset
for help on using the changeset viewer.
