mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-19806 Converted print_box* to $OUTPUT->box*
This commit is contained in:
parent
c57b95f7a0
commit
883fa9877a
@ -310,7 +310,7 @@
|
||||
if ($data->intro and empty($page) and empty($record) and $mode != 'single') {
|
||||
$options = new object();
|
||||
$options->noclean = true;
|
||||
print_box(format_module_intro('data', $data, $cm->id), 'generalbox', 'intro');
|
||||
echo $OUTPUT->box(format_module_intro('data', $data, $cm->id), 'generalbox', 'intro');
|
||||
}
|
||||
|
||||
/// Delete any requested records
|
||||
|
Loading…
x
Reference in New Issue
Block a user