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

@ -101,7 +101,7 @@
if ($attemptobj->is_preview_user() && $attemptobj->is_own_attempt()) {
$attemptobj->print_restart_preview_button();
}
print_heading($strreviewtitle);
echo $OUTPUT->heading($strreviewtitle);
/// Summary table start ============================================================================