Default enrolment expiry notification to off

This commit is contained in:
patrickslee 2005-10-02 21:41:31 +00:00
parent 7246c2d142
commit f29e785b69

View File

@ -19,7 +19,7 @@
$form->enrolperiod = 0;
}
if (!isset($form->expirynotify)) {
$form->expirynotify = 1;
$form->expirynotify = 0;
}
if (!isset($form->notifystudents)) {
$form->notifystudents = 0;