]> git.mjollnir.org Git - moodle.git/commitdiff
removed some unecessary comments
authormark-nielsen <mark-nielsen>
Tue, 19 Sep 2006 02:48:29 +0000 (02:48 +0000)
committermark-nielsen <mark-nielsen>
Tue, 19 Sep 2006 02:48:29 +0000 (02:48 +0000)
mod/lesson/view.php

index abbdf6a64933e454dbaf92059e9722fa03dff374..d6efd463170fe53785ecabaffd49cb6ee1c3353e 100644 (file)
@@ -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');
                 } 
             }
     
-        } 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");
         }