alecpl
2011-08-12 a170304013fb433600df9d39841527bfaa78a3c6
- Remove double semicolon


1 files modified
2 ■■■ changed files
program/include/rcube_ldap.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_ldap.php
@@ -1090,7 +1090,7 @@
            $dc = 'dc='.strtr($d, array('.' => ',dc='));
            $replaces = array('%dc' => $dc, '%d' => $d, '%fu' => $fu, '%u' => $u);
            $this->groups_base_dn = strtr($this->groups_base_dn, $replaces);;
            $this->groups_base_dn = strtr($this->groups_base_dn, $replaces);
        }
        $base_dn = $this->groups_base_dn;