mirror of
https://github.com/moodle/moodle.git
synced 2025-07-24 15:51:56 +02:00
MDL-19816 Converted all print_footer() calls
This commit is contained in:
@@ -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();
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user