alecpl
2012-01-16 8764b6ecf0c8d1b0646915a8139cdf6bbac2ca14
program/include/rcube_ldap.php
@@ -176,7 +176,7 @@
            $host     = idn_to_ascii(rcube_parse_host($host));
            $hostname = $host.($this->prop['port'] ? ':'.$this->prop['port'] : '');
            $this->_debug("C: Connect [$hostname]");
            $this->_debug("C: Connect [$hostname] [{$this->prop['name']}]");
            if ($lc = @ldap_connect($host, $this->prop['port']))
            {