From 7adb9750620dd65bafcc92174acb2c1a6998ad46 Mon Sep 17 00:00:00 2001 From: mark-nielsen Date: Tue, 19 Sep 2006 02:48:29 +0000 Subject: [PATCH] removed some unecessary comments --- mod/lesson/view.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/lesson/view.php b/mod/lesson/view.php index abbdf6a649..d6efd46317 100644 --- a/mod/lesson/view.php +++ b/mod/lesson/view.php @@ -5,7 +5,6 @@ * @version $Id$ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package lesson - * @todo Clean up this code! **/ require_once('../../config.php'); @@ -156,7 +155,7 @@ } } - } else if ($lesson->highscores and !$lesson->practice and !optional_param('viewed', 0) and empty($pageid)) { // TODO: THIS DOES NOT WORK!!!! + } else if ($lesson->highscores and !$lesson->practice and !optional_param('viewed', 0) and empty($pageid)) { // Display high scores before starting lesson redirect("$CFG->wwwroot/mod/lesson/highscores.php?id=$cm->id"); } -- 2.39.5