Merge branch 'MDL-30965-master' of git://github.com/ankitagarwal/moodle
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user