From b661997a740d20d257a8fed00f8ba2552a3014f2 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 10 Oct 2012 16:16:16 +0200 Subject: [PATCH] Fixing hotpotatoe bug when viewing the exercise list as an student --- main/exercice/exercice.php | 2 +- main/exercice/exercise_report.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/exercice/exercice.php b/main/exercice/exercice.php index e5a6e965ac..aa34a8f366 100644 --- a/main/exercice/exercice.php +++ b/main/exercice/exercice.php @@ -870,7 +870,7 @@ if (isset($attribute['path']) && is_array($attribute['path'])) { if ($active == 1) { $nbrActiveTests = $nbrActiveTests +1; $item .= Display::tag('td', ''.$title.''); - $item .= Display::tag('td', ''); + //$item .= Display::tag('td', ''); $actions ='' . Display :: return_icon('test_results.png', get_lang('Results'),'',ICON_SIZE_SMALL).''; $item .= Display::tag('td', $actions); echo Display::tag('tr',$item, array('class'=>$class)); diff --git a/main/exercice/exercise_report.php b/main/exercice/exercise_report.php index e23590e0cb..b6ccc1c19b 100644 --- a/main/exercice/exercise_report.php +++ b/main/exercice/exercise_report.php @@ -60,11 +60,11 @@ $filter_user = isset($_REQUEST['filter_by_user']) ? intval($_REQUEST['filter_ $locked = api_resource_is_locked_by_gradebook($exercise_id, LINK_EXERCISE); if (empty($exercise_id)) { - api_not_allowed(); + api_not_allowed(true); } if (!$is_allowedToEdit) { - api_not_allowed(); + api_not_allowed(true); } if (!empty($exercise_id))