From fca66b0ef41453397cc9f348f412dfd8643745f0 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 14 Jun 2008 08:52:32 -0400
Subject: [PATCH] Let the browser wrap preformatted text
---
program/include/rcube_ldap.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/include/rcube_ldap.php b/program/include/rcube_ldap.php
index df68f34..78642db 100644
--- a/program/include/rcube_ldap.php
+++ b/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;
--
Gitblit v1.9.1