alecpl
2012-04-16 1aceb9cec82639250a603aa0806f0399f7bae68d
program/include/rcube_ldap.php
@@ -194,7 +194,7 @@
        foreach ($this->prop['hosts'] as $host)
        {
            $host     = idn_to_ascii(rcmail::parse_host($host));
            $host     = idn_to_ascii(rcube_utils::parse_host($host));
            $hostname = $host.($this->prop['port'] ? ':'.$this->prop['port'] : '');
            $this->_debug("C: Connect [$hostname] [{$this->prop['name']}]");