As we don't use these includes at the moment they should be commented out too.
authorGunnar Wrobel <p@rdus.de>
Mon, 27 Apr 2009 19:55:50 +0000 (21:55 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 27 Apr 2009 19:55:50 +0000 (21:55 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php

index f06176d..b59407f 100644 (file)
@@ -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 '=':