summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-08-12 06:36:34 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-08-12 06:36:34 +0000
commit728795016e72b56509a4badd15ec70bb2e946a1c (patch)
treec220fe5dc6df4af5b823bde3ad1be74e57d48665 /roundcubemail/program/include
parent8697e6633c8c5ccfa23dc018f2b88c92089c3e5e (diff)
- Remove double semicolon
git-svn-id: https://svn.roundcube.net/trunk@5050 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
-rw-r--r--roundcubemail/program/include/rcube_ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_ldap.php b/roundcubemail/program/include/rcube_ldap.php
index 76217acc1..56723c3db 100644
--- a/roundcubemail/program/include/rcube_ldap.php
+++ b/roundcubemail/program/include/rcube_ldap.php
@@ -1090,7 +1090,7 @@ class rcube_ldap extends rcube_addressbook
$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;