Skip to content

Commit 45bb5fc

Browse files
committed
Admin: Users CSV/XLS export: Remove unset() to avoid inconsistent lines in users export - refs BT#18689
1 parent e320207 commit 45bb5fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/admin/user_export.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@
174174
if ($expirationDate < $now) {
175175
$user['Active'] = -1;
176176
}
177-
unset($user['expiration_date']);
178177
}
179178

180179
$studentData = UserManager:: get_extra_user_data(

0 commit comments

Comments
 (0)