diff --git a/mod/scorm/report/basic/report.php b/mod/scorm/report/basic/report.php index a201cd444eb..e201ea4500b 100644 --- a/mod/scorm/report/basic/report.php +++ b/mod/scorm/report/basic/report.php @@ -138,7 +138,6 @@ class scorm_basic_report extends scorm_default_report { if ($sco->launch!='') { $columns[]= 'scograde'.$sco->id; $headers[]= format_string($sco->title); - $table->head[]= format_string($sco->title); } } } else { diff --git a/mod/scorm/report/interactions/report.php b/mod/scorm/report/interactions/report.php index 930d8356682..99204d167df 100644 --- a/mod/scorm/report/interactions/report.php +++ b/mod/scorm/report/interactions/report.php @@ -150,7 +150,6 @@ class scorm_interactions_report extends scorm_default_report { if ($sco->launch != '') { $columns[] = 'scograde'.$sco->id; $headers[] = format_string($sco->title,'',$formattextoptions); - $table->head[]= format_string($sco->title,'',$formattextoptions); } }