From d54be8972564ff976453c437748eead3b1e757f7 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 7 Feb 2011 09:42:37 +0100 Subject: [PATCH] Minor - Removing "+" icon in question 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 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'));