Fix PHPCS. Rename connect_bind to connectBind.

This commit is contained in:
William Mead
2024-01-31 15:31:57 +01:00
parent eee29554c3
commit f114094ffe
24 changed files with 55 additions and 57 deletions

View File

@@ -127,7 +127,7 @@ if (!getDolGlobalString('LDAP_GROUP_DN')) {
}
$ldap = new Ldap();
$result = $ldap->connect_bind();
$result = $ldap->connectBind();
if ($result >= 0) {
$justthese = array();