alecpl
2008-06-13 712b30dd2de49763f68ee6c8f7b8b24bdadb19d9
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;