Fixed problem for the Moodle 1.7 scorm packages which didn't show the structure when you updated your version to 1.8. Now is possible to access to that structure and to each sco as well.

This commit is contained in:
csantossaenz 2007-04-12 09:27:22 +00:00
parent 312191a8e9
commit 4c5b0669a0

View file

@ -218,6 +218,8 @@ function scorm_get_toc($user,$scorm,$liststyle,$currentorg='',$scoid='',$mode='n
$isvisible = true; $isvisible = true;
} }
} }
else
$isvisible = true;
if ($parents[$level]!=$sco->parent) { if ($parents[$level]!=$sco->parent) {
if ($newlevel = array_search($sco->parent,$parents)) { if ($newlevel = array_search($sco->parent,$parents)) {
for ($i=0; $i<($level-$newlevel); $i++) { for ($i=0; $i<($level-$newlevel); $i++) {