mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Default enrolment expiry notification to off
This commit is contained in:
parent
7246c2d142
commit
f29e785b69
@ -19,7 +19,7 @@
|
||||
$form->enrolperiod = 0;
|
||||
}
|
||||
if (!isset($form->expirynotify)) {
|
||||
$form->expirynotify = 1;
|
||||
$form->expirynotify = 0;
|
||||
}
|
||||
if (!isset($form->notifystudents)) {
|
||||
$form->notifystudents = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user