]> git.mjollnir.org Git - moodle.git/commitdiff
This is now automatically done, no need to do it twice.
authordefacer <defacer>
Tue, 8 Feb 2005 00:12:11 +0000 (00:12 +0000)
committerdefacer <defacer>
Tue, 8 Feb 2005 00:12:11 +0000 (00:12 +0000)
course/view.php

index b77102b3143fc1c9ce68f5d6656dc89c8586c03c..75da3dca9a795e23367d97b088c91aca8cd61a75 100644 (file)
@@ -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)) {