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();
|
||||
?>
|
||||
|
||||
+3
-3
@@ -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