diff --git a/main/exercice/question_pool.php b/main/exercice/question_pool.php index fdd8ba3d00..829f075569 100755 --- a/main/exercice/question_pool.php +++ b/main/exercice/question_pool.php @@ -546,7 +546,7 @@ foreach ($main_question_list as $row) { echo $row['level'],'', ''; if ($row['session_id'] == $session_id){ - //echo ''.get_lang('Reuse').''; + echo ''.get_lang('Reuse').''; } echo ''; echo ' '.Display::return_icon('cd.gif', get_lang('ReUseACopyInCurrentTest'));