Skip to content

Commit

Permalink
SCORM Backup MDL-22151 use seq_mapinfos and seq_mapinfo - keeps thing…
Browse files Browse the repository at this point in the history
…s consistant. -thanks Eloy
  • Loading branch information
danmarsden committed May 4, 2010
1 parent 0e883a7 commit 2590463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/scorm/backup/moodle2/backup_scorm_stepslib.php
Expand Up @@ -84,9 +84,9 @@ protected function define_structure() {
$seqobjective = new backup_nested_element('seq_objective', array('id'), array(
'primaryobj', 'objectiveid', 'satisfiedbymeasure', 'minnormalizedmeasure'));

$seqmapinfo = new backup_nested_element('seq_mapinfo');
$seqmapinfo = new backup_nested_element('seq_mapinfos');

$seqmapinf = new backup_nested_element('seq_mapinf', array('id'), array(
$seqmapinf = new backup_nested_element('seq_mapinfo', array('id'), array(
'targetobjectiveid', 'readsatisfiedstatus', 'readnormalizedmeasure', 'writesatisfiedstatus',
'writenormalizedmeasure'));

Expand Down

0 comments on commit 2590463

Please sign in to comment.