From ef13f1f06714c4ced79d9d948769a7f7bb71409e Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 15 Mar 2003 11:24:14 +0000 Subject: [PATCH] connect() returns server handle --- lam/lib/ldap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lam/lib/ldap.php b/lam/lib/ldap.php index f25cff54..dc4585ea 100644 --- a/lam/lib/ldap.php +++ b/lam/lib/ldap.php @@ -96,6 +96,8 @@ class Ldap{ echo _("Unable to connect to Server!"); exit; } + // return server handle + return $this->server; } // closes connection to server