mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
removed an echo and a comment
This commit is contained in:
parent
ff67989728
commit
6899d8973f
@ -21,8 +21,6 @@
|
||||
|
||||
require("../../config.php");
|
||||
require("locallib.php");
|
||||
//require_once("styles.php");
|
||||
|
||||
|
||||
$id = required_param('id', PARAM_INT); // Course Module ID
|
||||
|
||||
@ -1155,7 +1153,6 @@
|
||||
// no nextpage go to end of lesson
|
||||
$newpageid = LESSON_EOL;
|
||||
}
|
||||
echo $newpageid;
|
||||
/* CDC-FLAG */ } elseif ($newpageid == LESSON_PREVIOUSPAGE) {
|
||||
$newpageid = $page->prevpageid;
|
||||
} elseif ($newpageid == LESSON_RANDOMPAGE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user