From: skodak Date: Thu, 31 Aug 2006 21:50:22 +0000 (+0000) Subject: fixed default values in apply_default_exception_settings(); several values in lib... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dd04ab499e1b531edd01b5def6ea542e50602864;p=moodle.git fixed default values in apply_default_exception_settings(); several values in lib/default.php are wrong, but I guess we do not need to fix them because it as replaced by the new administration framowork ;-) --- diff --git a/admin/index.php b/admin/index.php index 8a2d2c8c63..e152dbc378 100644 --- a/admin/index.php +++ b/admin/index.php @@ -162,12 +162,12 @@ 'auth' => 'email', 'auth_pop3mailbox' => 'INBOX', 'changepassword' => '', - 'enrol' => 'internal', + 'enrol' => 'manual', + 'enrol_plugins_enabled' => 'manual', 'frontpage' => 1, 'guestloginbutton' => 1, 'style' => 'default', 'template' => 'default', - 'textfilters' => 'mod/glossary/dynalink.php', 'theme' => 'standardwhite')); notify($strdatabasesuccess, "green"); diff --git a/lib/defaults.php b/lib/defaults.php index 755ecf9829..b6124244c4 100644 --- a/lib/defaults.php +++ b/lib/defaults.php @@ -35,7 +35,7 @@ 'enablerssfeeds' => 0, 'enablestats' => 0, 'enabletrusttext' => 0, - 'enrol' => 'internal', + 'enrol' => 'internal',//wrong 'extendedusernamechars' => false, 'editorbackgroundcolor' => '#ffffff', 'editorfontfamily' => 'Trebuchet MS,Verdana,Arial,Helvetica,sans-serif', @@ -106,7 +106,7 @@ 'tabselectedtofront' => false, 'teacherassignteachers' => true, 'template' => 'default', - 'textfilters' => 'mod/glossary/dynalink.php', + 'textfilters' => 'mod/glossary/dynalink.php',//wrong 'theme' => 'standardwhite', 'themelist' => '', 'timezone' => 99,