mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-19816 Converted all print_footer() calls
This commit is contained in:
parent
256d2850a5
commit
641f16bafc
@ -79,6 +79,6 @@
|
||||
|
||||
echo "<br />";
|
||||
print_table($table);
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
@ -448,5 +448,5 @@
|
||||
break;
|
||||
|
||||
}
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
@ -101,7 +101,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
exit;
|
||||
}
|
||||
|
||||
@ -156,7 +156,7 @@
|
||||
if (isguest()) {
|
||||
echo '</div>';
|
||||
echo "</form>";
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
exit;
|
||||
}
|
||||
|
||||
@ -176,6 +176,6 @@
|
||||
echo '</div>';
|
||||
echo "</form>";
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user