SCORM MDL-21024 missing field in restore. merged from HEAD

This commit is contained in:
Dan Marsden
2009-12-18 07:14:53 +00:00
parent 98cdb41a4a
commit 2dae979d8e
+3
View File
@@ -121,6 +121,9 @@
if ($scorm->height == 0) {
$scorm->height = 500;
}
if (!empty($info['MOD']['#']['OPTIONS']['0']['#'])) {
$scorm->options = backup_todb($info['MOD']['#']['OPTIONS']['0']['#']);
}
}
$scorm->timemodified = time();