From: danmarsden Date: Tue, 10 Mar 2009 01:17:42 +0000 (+0000) Subject: MDL-18460 - SCORM Report - remove duplicated header - thanks Vlas Voloshin for the... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f13ffcd5567cd46549047c6b0d57848e472419bd;p=moodle.git MDL-18460 - SCORM Report - remove duplicated header - thanks Vlas Voloshin for the report. --- diff --git a/mod/scorm/report.php b/mod/scorm/report.php index 1c0c1ea660..a018cb2380 100755 --- a/mod/scorm/report.php +++ b/mod/scorm/report.php @@ -380,7 +380,6 @@ $interactionid = 'cmi.interactions.'.$i.'.id'; } if ($existinteraction) { - echo '

'.get_string('interactions','scorm').'

'; echo '

'.get_string('interactions','scorm').'

'; print_table($table); }