mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 06:21:28 +01:00
Fix PHPCS. Rename connect_bind to connectBind.
This commit is contained in:
@@ -244,7 +244,7 @@ if (function_exists("ldap_connect")) {
|
||||
|
||||
// Test synchro
|
||||
$ldap = new Ldap();
|
||||
$result = $ldap->connect_bind();
|
||||
$result = $ldap->connectBind();
|
||||
|
||||
if ($result > 0) {
|
||||
$info = $object->_load_ldap_info();
|
||||
@@ -288,7 +288,7 @@ if (function_exists("ldap_connect")) {
|
||||
|
||||
// Test synchro
|
||||
$ldap = new Ldap();
|
||||
$result = $ldap->connect_bind();
|
||||
$result = $ldap->connectBind();
|
||||
|
||||
if ($result > 0) {
|
||||
$required_fields = array(
|
||||
|
||||
Reference in New Issue
Block a user