Skip to content

Commit

Permalink
Admin: Users CSV/XLS export: Remove unset() to avoid inconsistent lin…
Browse files Browse the repository at this point in the history
…es in users export - refs BT#18689
  • Loading branch information
ywarnier committed Apr 21, 2021
1 parent e320207 commit 45bb5fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/admin/user_export.php
Expand Up @@ -174,7 +174,6 @@
if ($expirationDate < $now) {
$user['Active'] = -1;
}
unset($user['expiration_date']);
}

$studentData = UserManager:: get_extra_user_data(
Expand Down

0 comments on commit 45bb5fc

Please sign in to comment.