From: mark-nielsen Date: Tue, 19 Sep 2006 02:48:29 +0000 (+0000) Subject: removed some unecessary comments X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7adb9750620dd65bafcc92174acb2c1a6998ad46;p=moodle.git removed some unecessary comments --- 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"); }