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 ;-)

This commit is contained in:
skodak 2006-08-31 21:50:22 +00:00
parent 3a25fa7286
commit dd04ab499e
2 changed files with 4 additions and 4 deletions

View File

@ -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");

View File

@ -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,