From f29e785b691a5bbeb7a2edc593cde06ef4bcedea Mon Sep 17 00:00:00 2001 From: patrickslee Date: Sun, 2 Oct 2005 21:41:31 +0000 Subject: [PATCH] Default enrolment expiry notification to off --- course/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/edit.html b/course/edit.html index 4c5be51f67a..fe918698749 100644 --- a/course/edit.html +++ b/course/edit.html @@ -19,7 +19,7 @@ $form->enrolperiod = 0; } if (!isset($form->expirynotify)) { - $form->expirynotify = 1; + $form->expirynotify = 0; } if (!isset($form->notifystudents)) { $form->notifystudents = 0;