From f13ffcd5567cd46549047c6b0d57848e472419bd Mon Sep 17 00:00:00 2001 From: danmarsden Date: Tue, 10 Mar 2009 01:17:42 +0000 Subject: [PATCH] MDL-18460 - SCORM Report - remove duplicated header - thanks Vlas Voloshin for the report. --- mod/scorm/report.php | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.39.5