]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14538, remove duplicated settings, see tracker, merged from MOODLE_19_STABLE"
authordongsheng <dongsheng>
Wed, 30 Apr 2008 03:55:11 +0000 (03:55 +0000)
committerdongsheng <dongsheng>
Wed, 30 Apr 2008 03:55:11 +0000 (03:55 +0000)
config-dist.php

index a48a8c275ef32298d6fe3d8c8a96559f52e36b39..2be864bc41dcdbc48f08994d0661b9b046acd882 100644 (file)
@@ -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