alecpl
2008-06-06 70a05665624822dbba5a6417a782709b7067d190
- just boolean check


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