From 08eb7df6add7305cefd6d386a8eb0bfa91497af7 Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Fri, 30 Oct 2009 15:35:08 +0100 Subject: [PATCH] fix bad merge caused by bad commit by me and fixed by Yannick: including statUtils.lib.inc.php and resourcelinker.inc.php twice --- main/tracking/courseLog.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/tracking/courseLog.php b/main/tracking/courseLog.php index 74d1adcc78..fb5e709b67 100644 --- a/main/tracking/courseLog.php +++ b/main/tracking/courseLog.php @@ -116,9 +116,6 @@ $nameTools = get_lang('Tracking'); // display the header Display::display_header($nameTools, 'Tracking'); -require api_get_path(LIBRARY_PATH).'statsUtils.lib.inc.php'; -require api_get_path(SYS_CODE_PATH).'resourcelinker/resourcelinker.inc.php'; - // getting all the students of the course $a_students = CourseManager :: get_student_list_from_course_code($_course['id'], true, (empty($_SESSION['id_session']) ? null : $_SESSION['id_session'])); $nbStudents = count($a_students);