diff --git a/main/exercice/question_pool.php b/main/exercice/question_pool.php index e4af9a893a..e6eb840a0e 100755 --- a/main/exercice/question_pool.php +++ b/main/exercice/question_pool.php @@ -548,7 +548,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'));