forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"MDL-14538, remove duplicated settings, see tracker, merged from MOOD…
…LE_19_STABLE"
- Loading branch information
dongsheng
committed
Apr 30, 2008
1 parent
01260c7
commit 1f86e80
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,9 +132,6 @@ | |
// 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->emailconnectionerrorsto = '[email protected]'; | ||
// | ||
// 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 | ||
|