thomascube
2008-06-07 c3ab753765d7caac22c97a582cf1216ffe7018f1
program/include/rcube_ldap.php
@@ -94,7 +94,7 @@
    {
      if ($lc = @ldap_connect($host, $this->prop['port']))
      {
   if ($this->prop['use_tls']===true || strtoupper($this->prop['use_tls'])==='TRUE')
   if ($this->prop['use_tls']===true)
     if (!ldap_start_tls($lc))
       continue;