MDL-19787 Migrated calls to print_heading

This commit is contained in:
nicolasconnault
2009-08-06 08:17:12 +00:00
parent c018f97328
commit 2fff8846f2
51 changed files with 110 additions and 109 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ if ($formdata = $mform->is_cancelled()) {
} else if ($formdata = $mform->get_data()) {
// Print the header
admin_externalpage_print_header();
print_heading(get_string('uploadusersresult', 'admin'));
echo $OUTPUT->heading(get_string('uploadusersresult', 'admin'));
$optype = $formdata->uutype;