Fixing column name

skala
Julio Montoya 15 years ago
parent b3a9e4f2ab
commit 38eb4648b3
  1. 2
      main/mySpace/myStudents.php

@ -694,7 +694,7 @@ if ($timezone !== null) {
<th><?php echo get_lang('Exercices'); ?></th>
<th><?php echo get_lang('AverageScore').Display :: return_icon('info3.gif', get_lang('AverageScore'), array('align' => 'absmiddle', 'hspace' => '3px')) ?></th>
<th><?php echo get_lang('Attempts'); ?></th>
<th><?php echo get_lang('CorrectTest'); ?></th>
<th><?php echo get_lang('LatestAttempt'); ?></th>
</tr>
<?php

Loading…
Cancel
Save