Default enrolment expiry notification to off
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
$form->enrolperiod = 0;
|
||||
}
|
||||
if (!isset($form->expirynotify)) {
|
||||
$form->expirynotify = 1;
|
||||
$form->expirynotify = 0;
|
||||
}
|
||||
if (!isset($form->notifystudents)) {
|
||||
$form->notifystudents = 0;
|
||||
|
||||
Reference in New Issue
Block a user