From: nicolasconnault Date: Mon, 10 Aug 2009 04:59:09 +0000 (+0000) Subject: MDL-19806 Converted print_box* to $OUTPUT->box* X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=883fa9877a1a93cd38155e228025324fbee887ff;p=moodle.git MDL-19806 Converted print_box* to $OUTPUT->box* --- diff --git a/mod/data/view.php b/mod/data/view.php index c46ec22242..1d71f4f601 100755 --- a/mod/data/view.php +++ b/mod/data/view.php @@ -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