Work: Change new variable langs - refs BT#19164

pull/3977/head
Christian 5 years ago
parent e87f20dbdc
commit 7faa7faa44
  1. 4
      main/work/pending.php
  2. 4
      main/work/work.lib.php

@ -63,8 +63,8 @@ $columns = [
get_lang('Score'),
get_lang('Date'),
get_lang('Status'),
get_lang('Qualificator'),
get_lang('DateOfQualilfication'),
get_lang('Corrector'),
get_lang('CorrectionDate'),
get_lang('UploadCorrection'),
];
$columns = array_merge($columns, $plagiarismListJqgridColumn);

@ -6532,8 +6532,8 @@ function exportPendingWorksToExcel($values)
get_lang('Score'),
get_lang('Date'),
get_lang('Status'),
get_lang('Qualificator'),
get_lang('DateOfQualilfication'),
get_lang('Corrector'),
get_lang('CorrectionDate'),
];
$tableXls[] = $headers;

Loading…
Cancel
Save