From 1f7227e1c20eaad4dba088bfcb4592011b38426e Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 5 Aug 2002 07:59:37 +0000 Subject: [PATCH] New config variable longtimenosee --- config-dist.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config-dist.php b/config-dist.php index 40b87882f9..58add7896b 100644 --- a/config-dist.php +++ b/config-dist.php @@ -85,6 +85,13 @@ $CFG->smtphosts = ""; $CFG->gdversion = 1; +// If students haven't logged in for a very long time, then they are +// automatically unsubscribed from courses. This parameter specifies +// that time limit, in days. + +$CFG->longtimenosee = 100; + + // You should not need to change anything else. To continue setting up // Moodle, use your web browser to go to the moodle/admin web page. /////////////////////////////////////////////////////////////////////////// -- 2.39.5