Skip to content

Commit

Permalink
Tracking: Course: Finalization date fix column order -refs BT#20542
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoDucou committed Apr 3, 2023
1 parent 5e15f2c commit 6defb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/tracking/courseLog.php
Expand Up @@ -1027,8 +1027,8 @@ function loadGraphs () {

$csv_headers[] = get_lang('FirstLoginInCourse');
$csv_headers[] = get_lang('LatestLoginInCourse');
$csv_headers[] = get_lang('QuizFinalizationDate');
$csv_headers[] = get_lang('LpFinalizationDate');
$csv_headers[] = get_lang('QuizFinalizationDate');

if (isset($_GET['additional_profile_field'])) {
foreach ($_GET['additional_profile_field'] as $fieldId) {
Expand Down

0 comments on commit 6defb35

Please sign in to comment.