From: moodler Date: Mon, 9 Dec 2002 06:35:14 +0000 (+0000) Subject: Default with showrecent ON X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7a4c13797a237547347ed48e0b389bb767f708b4;p=moodle.git Default with showrecent ON --- diff --git a/course/edit.php b/course/edit.php index 540ec2150a..80bf02002a 100644 --- a/course/edit.php +++ b/course/edit.php @@ -91,6 +91,7 @@ $form->format = "weeks"; $form->numsections = 10; $form->newsitems = 5; + $form->showrecent = 1; $form->category = 1; } }