From bd3ac89469723430fc3520885c225eb8e0d80617 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 8 Sep 2003 13:01:47 +0000 Subject: [PATCH] Initialized showgrades --- course/edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/course/edit.php b/course/edit.php index 9811b1c1e4..51dc964bc0 100644 --- a/course/edit.php +++ b/course/edit.php @@ -115,6 +115,7 @@ $form->numsections = 10; $form->newsitems = 5; $form->showrecent = 1; + $form->showgrades = 1; $form->category = $category; $form->id = ""; $form->visible = 1; -- 2.39.5