thomascube
2011-02-09 b46e5b7407940499964d8a553c3eada05850f29d
program/include/rcube_ldap.php
@@ -99,7 +99,7 @@
    foreach ($this->prop['hosts'] as $host)
    {
      $host = idn_to_ascii(rcube_parse_host($host));
      $host = rcube_idn_to_ascii(rcube_parse_host($host));
      $this->_debug("C: Connect [$host".($this->prop['port'] ? ':'.$this->prop['port'] : '')."]");
      if ($lc = @ldap_connect($host, $this->prop['port']))