connect() returns server handle

This commit is contained in:
Roland Gruber 2003-03-15 11:24:14 +00:00
parent bf8cc3b615
commit ef13f1f067
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ class Ldap{
echo _("Unable to connect to Server!");
exit;
}
// return server handle
return $this->server;
}
// closes connection to server