From: Gunnar Wrobel Date: Mon, 27 Apr 2009 19:55:50 +0000 (+0200) Subject: As we don't use these includes at the moment they should be commented out too. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=10b2ab97f4095b5216e5fc519ffaf95f20ae521a;p=horde.git As we don't use these includes at the moment they should be commented out too. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php index f06176d8b..b59407f26 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php @@ -576,10 +576,10 @@ class Horde_Kolab_Server_Ldap extends Horde_Kolab_Server protected function &buildSearchQuery($criteria) { if (isset($criteria['field'])) { - require_once 'Horde/String.php'; - require_once 'Horde/NLS.php'; $rhs = $criteria['test']; /* Keep this in for reference as we did not really test servers with different encoding yet */ + // require_once 'Horde/String.php'; + // require_once 'Horde/NLS.php'; //$rhs = String::convertCharset($criteria['test'], NLS::getCharset(), $this->params['charset']); switch ($criteria['op']) { case '=':