Reporting: Add username column in user session export - refs BT#21794

pull/5635/head
christianbeeznst 1 year ago
parent 9a6496a11b
commit 75bacc8d10
  1. 2
      main/inc/lib/statistics.lib.php

@ -2117,6 +2117,7 @@ class Statistics
get_lang('SessionName'), get_lang('SessionName'),
get_lang('LastName'), get_lang('LastName'),
get_lang('FirstName'), get_lang('FirstName'),
get_lang('UserName'),
get_lang('Email'), get_lang('Email'),
get_lang('EndDate'), get_lang('EndDate'),
get_lang('Score'), get_lang('Score'),
@ -2144,6 +2145,7 @@ class Statistics
$session['name'], $session['name'],
$studentInfo['lastname'], $studentInfo['lastname'],
$studentInfo['firstname'], $studentInfo['firstname'],
$studentInfo['username'],
$studentInfo['mail'], $studentInfo['mail'],
$lastConnectionFormatted, $lastConnectionFormatted,
$averageScore, $averageScore,

Loading…
Cancel
Save