]> git.mjollnir.org Git - moodle.git/commitdiff
old admin block not added into frontpage during installation anymore, it is not remov...
authorskodak <skodak>
Mon, 11 Sep 2006 20:05:31 +0000 (20:05 +0000)
committerskodak <skodak>
Mon, 11 Sep 2006 20:05:31 +0000 (20:05 +0000)
lib/pagelib.php

index 3fa66ce5e2180066b8f90f43f674af6c0bc64144..e96ce866a1598e6ed76b55cbe7ada0dba1af9e5a 100644 (file)
@@ -495,7 +495,7 @@ class page_course extends page_base {
             }
             /// Failsafe - in case nothing was defined.
             else {
-                $blocknames = 'site_main_menu,admin,admin_tree:course_summary,calendar_month';
+                $blocknames = 'site_main_menu,admin_tree:course_summary,calendar_month';
             }
         }
         // It's a normal course, so do it according to the course format