Fix duplicate call

This commit is contained in:
Laurent Destailleur 2021-11-07 17:51:30 +01:00
parent eaf2c6e89c
commit 5d4cf586d6
5 changed files with 0 additions and 5 deletions

View File

@ -154,7 +154,6 @@ if ($resql) {
}
$ldap->unbind();
$ldap->close();
} else {
dol_print_error($db);
}

View File

@ -163,7 +163,6 @@ if ($resql) {
}
$ldap->unbind();
$ldap->close();
} else {
dol_print_error($db);
}

View File

@ -121,7 +121,6 @@ if ($resql) {
}
$ldap->unbind();
$ldap->close();
} else {
print $ldap->error;
}

View File

@ -112,7 +112,6 @@ if ($resql) {
}
$ldap->unbind();
$ldap->close();
} else {
dol_print_error($db);
}

View File

@ -111,7 +111,6 @@ if ($resql) {
}
$ldap->unbind();
$ldap->close();
} else {
dol_print_error($db);
}