From a170304013fb433600df9d39841527bfaa78a3c6 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 12 Aug 2011 02:36:34 -0400
Subject: [PATCH] - Remove double semicolon
---
program/include/rcube_ldap.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/include/rcube_ldap.php b/program/include/rcube_ldap.php
index 76217ac..56723c3 100644
--- a/program/include/rcube_ldap.php
+++ b/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;
--
Gitblit v1.9.1