Fixing style errors.
This commit is contained in:
parent
f6eb10f6e5
commit
e078d3005f
@ -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]." ";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user