]> git.mjollnir.org Git - moodle.git/commitdiff
fixed default values in apply_default_exception_settings(); several values in lib...
authorskodak <skodak>
Thu, 31 Aug 2006 21:50:22 +0000 (21:50 +0000)
committerskodak <skodak>
Thu, 31 Aug 2006 21:50:22 +0000 (21:50 +0000)
admin/index.php
lib/defaults.php

index 8a2d2c8c63b8086d26b1f360e0b83d9a39ba5501..e152dbc3782ba68fb44e755efa269e4641622da5 100644 (file)
                                                    '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");
index 755ecf982932e33de734633b4c859292fe724dbd..b6124244c4c0c03cc390189e1c761cd02ccf3656 100644 (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',
        'tabselectedtofront'       =>  false,
        'teacherassignteachers'    =>  true,
        'template'                 => 'default',
-       'textfilters'              => 'mod/glossary/dynalink.php',
+       'textfilters'              => 'mod/glossary/dynalink.php',//wrong
        'theme'                    => 'standardwhite',
        'themelist'                => '',
        'timezone'                 =>  99,