removed unused server variable from __sleep()

This commit is contained in:
Roland Gruber 2003-03-20 18:07:06 +00:00
parent 6ac373cfa4
commit 1ee795d686
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class Ldap{
// closes connection to LDAP server before serialization
function __sleep() {
$this->close();
return array("conf", "server", "username", "password");
return array("conf", "username", "password");
}
// reconnects to LDAP server when deserialized