MDL-19813 Migrated calls to print_heading

This commit is contained in:
nicolasconnault 2009-08-06 08:23:24 +00:00
parent f43f1834d3
commit 90cd54cb2a
11 changed files with 47 additions and 46 deletions

View file

@ -36,7 +36,7 @@
/// Print the page header
print_header();
print_heading(format_string($attemptobj->get_question($questionid)->name));
echo $OUTPUT->heading(format_string($attemptobj->get_question($questionid)->name));
/// Process any data that was submitted.
if ($data = data_submitted() and confirm_sesskey()) {