thomascube
2008-07-25 6d5dbae53cd4b4b97da0b0c558292a7f1062a524
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;