From f4fa5a636ca915397ed232729de954a8e6bf69d5 Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 25 Feb 2008 14:30:45 +0000 Subject: [PATCH] MDL-13483 adding noemailever info; merged from MOODLE_19_STABLE --- config-dist.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config-dist.php b/config-dist.php index e11eeb1d34..a48a8c275e 100644 --- a/config-dist.php +++ b/config-dist.php @@ -306,6 +306,10 @@ $CFG->admin = 'admin'; // NOTE: course, category, session, user themes still require the // respective settings to be enabled // +// When working with production data on test servers, no emails should ever be send to real users +// $CFG->noemailever = true; +// +// //========================================================================= // ALL DONE! To continue installation, visit your main page with a browser //========================================================================= -- 2.39.5