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

This commit is contained in:
danmarsden
2009-03-11 01:18:41 +00:00
parent 3216e3bcdf
commit aab2a31c11
-1
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);
}