mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-30965-m22' of git://github.com/ankitagarwal/moodle into MOODLE_22_STABLE
This commit is contained in:
commit
6f22c38b48
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue