MDL-18460 - SCORM Report - remove duplicated header - thanks Vlas Voloshin for the report.

This commit is contained in:
danmarsden 2009-03-10 01:17:42 +00:00
parent 16fcfc720a
commit f13ffcd556

View File

@ -380,7 +380,6 @@
$interactionid = 'cmi.interactions.'.$i.'.id';
}
if ($existinteraction) {
echo '<h3>'.get_string('interactions','scorm').'</h3>';
echo '<h3>'.get_string('interactions','scorm').'</h3>';
print_table($table);
}