MDL-32172 Lesson Module: add variable initialization for

This commit is contained in:
Rossiani Wijaya
2012-03-23 15:36:39 +08:00
parent c856a1f60b
commit 0f6e2f02aa
+1
View File
@@ -201,6 +201,7 @@ function lesson_unseen_branch_jump($lesson, $userid) {
// this function searches through the lesson pages to find all the branch tables
// that follow the flagged branch table
$pageid = $lessonpages[$start]->nextpageid; // move down from the flagged branch table
$branchtables = array();
while ($pageid != 0) { // grab all of the branch table till eol
if ($lessonpages[$pageid]->qtype == LESSON_PAGE_BRANCHTABLE) {
$branchtables[] = $lessonpages[$pageid]->id;