Merge branch 'MDL-30965-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Sam Hemelryk
2012-02-20 15:46:46 +13:00
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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 {
-1
View File
@@ -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);
}
}