Fixing style errors.

This commit is contained in:
stickler-ci 2020-12-05 20:13:54 +00:00
parent f6eb10f6e5
commit e078d3005f

View File

@ -740,7 +740,7 @@ if ($action == 'create' || $action == 'adduserldap')
if ($value === $conf->global->LDAP_FIELD_PASSWORD || $value === $conf->global->LDAP_FIELD_PASSWORD_CRYPTED)
{
$label .= $value."=******* ";
} else if ($value) {
} elseif ($value) {
$label .= $value."=".$ldapuser[$value]." ";
}
}