Ignore:
Timestamp:
Oct 14, 2011 3:27:24 PM (20 months ago)
Author:
alec
Message:
  • Fix %dn replacement
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_ldap.php

    r5338 r5339  
    229229                        if ($bind_dn) { 
    230230                            $dn = ldap_explode_dn($bind_dn, 1); 
    231                             $replaces['%dn'] = $dn[0]; 
     231                            $replaces = array('%dn' => $dn[0]) + $replaces; 
    232232                        } 
    233233                    } 
Note: See TracChangeset for help on using the changeset viewer.