From 883fa9877a1a93cd38155e228025324fbee887ff Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Mon, 10 Aug 2009 04:59:09 +0000 Subject: [PATCH] MDL-19806 Converted print_box* to $OUTPUT->box* --- mod/data/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5