From fcce56fce6f9b61d8576b7de7ea07cd780d2fcae Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 7 Feb 2011 16:03:31 +0100 Subject: [PATCH] Undo revision f4dab9dfeb (deleting "+" link in exercise pool) --- main/exercice/question_pool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'));