MDL-19806 Converted print_box* to $OUTPUT->box*

This commit is contained in:
nicolasconnault 2009-08-10 04:59:09 +00:00
parent c57b95f7a0
commit 883fa9877a

View File

@ -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