diff --git a/main/auth/my_progress.php b/main/auth/my_progress.php index 7771096279..ba95c62d46 100755 --- a/main/auth/my_progress.php +++ b/main/auth/my_progress.php @@ -123,11 +123,8 @@ foreach ($courses as $enreg) {

- - - - - - + + '.get_lang('Exercices').' + '.get_lang('Score').' + '.get_lang('Attempts').' + '.get_lang('Details').' + '; + + $result_exercices = Database::query($sql_exercices); if (Database::num_rows($result_exercices) > 0) { while ($exercices = Database::fetch_array($result_exercices)) { @@ -363,9 +363,9 @@ foreach ($courses as $enreg) { } else { echo ''.get_lang('NoEx').''; } - /*} else { + } else { echo ''.get_lang('NoEx').''; - }*/ + } ?>