mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
course MDL-19794 Upgraded print_log function to use html_table fixing at the same time XML strict errors: Missed one line
This commit is contained in:
parent
337203a44f
commit
755ee6d890
@ -418,6 +418,7 @@ function print_log($course, $user=0, $date=0, $order="l.time ASC", $page=0, $per
|
||||
$row[] = $OUTPUT->link($link);
|
||||
}
|
||||
$row[] = $log->info;
|
||||
$table->data[] = $row;
|
||||
}
|
||||
|
||||
echo $OUTPUT->table($table);
|
||||
|
Loading…
x
Reference in New Issue
Block a user