]> git.mjollnir.org Git - moodle.git/commitdiff
New config variable longtimenosee
authormartin <martin>
Mon, 5 Aug 2002 07:59:37 +0000 (07:59 +0000)
committermartin <martin>
Mon, 5 Aug 2002 07:59:37 +0000 (07:59 +0000)
config-dist.php

index 40b87882f9338acf95d954a0759f26b6468ff18c..58add7896b0f7eebddfa09a7a62a64cee36b7b62 100644 (file)
@@ -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.
 ///////////////////////////////////////////////////////////////////////////