Fix warnings

This commit is contained in:
Laurent Destailleur
2023-12-23 20:00:57 +01:00
parent 07f4c9b335
commit 1985d1fd4d
25 changed files with 52 additions and 56 deletions

View File

@@ -79,7 +79,7 @@ if ($action == 'setvalue' && $user->admin) {
$valkey = '';
$key = GETPOST("key");
if ($key) {
$valkey = $conf->global->$key;
$valkey = getDolGlobalString($key);
}
if (!dolibarr_set_const($db, 'LDAP_KEY_GROUPS', $valkey, 'chaine', 0, '', $conf->entity)) {
$error++;