Des erreurs encore des erreurs ....

This commit is contained in:
Rodolphe Quiedeville 2004-02-02 13:09:48 +00:00
parent 4e4a82f774
commit e8d90a0145

View File

@ -147,14 +147,13 @@ class Contact
{
echo "LDAP bind failed...";
}
ldap_close($ds);
ldap_close($ds);
}
else
{
echo "Unable to connect to LDAP server";
}
}
else
{
echo "Unable to connect to LDAP server";
}
return $result;
}
@ -287,11 +286,12 @@ class Contact
echo "LDAP bind failed...";
}
ldap_close($ds);
}
else
{
echo "Unable to connect to LDAP server";
}
}
else
{
echo "Unable to connect to LDAP server";
}
return $result;