From 728795016e72b56509a4badd15ec70bb2e946a1c Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 12 Aug 2011 06:36:34 +0000 Subject: - Remove double semicolon git-svn-id: https://svn.roundcube.net/trunk@5050 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include') 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; -- cgit v1.2.3