thomascube
2008-06-07 235086c7dec474eea538822386c093cf9e1fb93e
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;