From 1f86e80f0c707f65aae32b85e63ce26053a1ce25 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 30 Apr 2008 03:55:11 +0000 Subject: [PATCH] "MDL-14538, remove duplicated settings, see tracker, merged from MOODLE_19_STABLE" --- config-dist.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config-dist.php b/config-dist.php index a48a8c275e..2be864bc41 100644 --- a/config-dist.php +++ b/config-dist.php @@ -132,9 +132,6 @@ $CFG->admin = 'admin'; // These are additional tweaks for which no GUI exists in Moodle yet. // // -// Prevent users from updating their profile images -// $CFG->disableuserimages = true; -// // Prevent scheduled backups from operating (and hide the GUI for them) // Useful for webhost operators who have alternate methods of backups // $CFG->disablescheduledbackups = true; @@ -280,10 +277,6 @@ $CFG->admin = 'admin'; // // $CFG->emailconnectionerrorsto = 'your@emailaddress.com'; // -// Restore pre-1.6 behaviour where courses could still be available -// even if the category they were in was hidden -// $CFG->allowvisiblecoursesinhiddencategories = true; -// // NOTE: if you are using custompix in your theme, see /fixpix.php. // // special magic evil developer only wanting to edit the xmldb files manually -- 2.39.5