]> git.mjollnir.org Git - moodle.git/commitdiff
admin MDL-19787 Upgraded print_header and build_navigation calls to use PAGE and...
authorsamhemelryk <samhemelryk>
Thu, 3 Sep 2009 05:31:38 +0000 (05:31 +0000)
committersamhemelryk <samhemelryk>
Thu, 3 Sep 2009 05:31:38 +0000 (05:31 +0000)
admin/roles/explain.php

index d1b5e6283090669398586f428f6ed2497283b310..a4b6c0a6c3053817e1e75302850f4d23462200eb 100755 (executable)
@@ -177,7 +177,8 @@ $strperm = array(
 );
 
 // Start the output.
-print_header(get_string('explainpermission', 'role'));
+$PAGE->set_title(get_string('explainpermission', 'role'));
+echo $OUTPUT->header();
 echo $OUTPUT->heading(get_string('explainpermission', 'role'));
 
 // Print a summary of what we are doing.