alecpl
2012-01-16 8764b6ecf0c8d1b0646915a8139cdf6bbac2ca14
- Add addressbook name to debug output (#1488304)


1 files modified
2 ■■■ changed files
program/include/rcube_ldap.php 2 ●●● patch | view | raw | blame | history
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']))
            {