Skip to content
Snippets Groups Projects
Commit 0abe90f5 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

join multiple values in CSV output

parent fcc0fc63
No related branches found
No related tags found
No related merge requests found
......@@ -844,8 +844,8 @@ sub req_download_accounts {
$account->displayName(),
$account->givenName(),
$account->mail(),
$account->eduPersonAffiliation(),
$account->eduPersonScopedAffiliation(),
join(', ', $account->eduPersonAffiliation()),
join(', ', $account->eduPersonScopedAffiliation()),
$account->eduPersonPrincipalName(),
$account->schacHomeOrganization(),
$account->schacHomeOrganizationType(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment