From: defacer Date: Tue, 8 Feb 2005 00:12:11 +0000 (+0000) Subject: This is now automatically done, no need to do it twice. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=685416485b1e50aadae61d7c7e643e5079390f82;p=moodle.git This is now automatically done, no need to do it twice. --- diff --git a/course/view.php b/course/view.php index b77102b314..75da3dca9a 100644 --- a/course/view.php +++ b/course/view.php @@ -70,8 +70,6 @@ $pageblocks = blocks_get_by_page($PAGE); } - $missingblocks = blocks_get_missing($PAGE, $pageblocks); - if (!empty($section)) { if (!empty($move) and confirm_sesskey()) { if (!move_section($course, $section, $move)) {