From a18ebcc3c0c20dda19a3e1249c530550a8d8465c Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 22 May 2004 09:18:12 +0000 Subject: [PATCH] Blocks admin to bottom --- course/format/social/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/format/social/format.php b/course/format/social/format.php index b1da3c5920..185bef422a 100644 --- a/course/format/social/format.php +++ b/course/format/social/format.php @@ -55,10 +55,10 @@ if(block_have_active($rightblocks) || $editing) { echo ''; + print_course_blocks($course, $rightblocks, BLOCK_RIGHT); if ($editing && !empty($missingblocks)) { block_print_blocks_admin($course->id, $missingblocks); } - print_course_blocks($course, $rightblocks, BLOCK_RIGHT); print_spacer(1, 120, true); echo ''; } -- 2.39.5