Merge branch 'MDL27951' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2011-08-17 03:09:15 +02:00
+5
View File
@@ -512,6 +512,11 @@ class scorm_basic_report extends scorm_default_report {
$mform->display();
}
} else {
if ($candelete && !$download) {
echo '</div>';
echo '</form>';
}
echo '</div>';
echo $OUTPUT->notification(get_string('noactivity', 'scorm'));
}
if ($download == 'Excel' or $download == 'ODS') {