MDL-15901 completion disabled by default
authorskodak <skodak>
Thu, 31 Jul 2008 21:48:29 +0000 (21:48 +0000)
committerskodak <skodak>
Thu, 31 Jul 2008 21:48:29 +0000 (21:48 +0000)
admin/settings/misc.php

index 6df5302ec422fa7667806906d8f0cddd7d5c8552..67583c5b2e4cf3c79633bdcc0586ded4403102e4 100644 (file)
@@ -15,7 +15,7 @@ if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page
 
     // Completion system
     require_once($CFG->libdir.'/completionlib.php');
-    $temp->add(new admin_setting_configcheckbox('enablecompletion',get_string('enablecompletion','completion'),get_string('configenablecompletion','completion'),COMPLETION_ENABLED));
+    $temp->add(new admin_setting_configcheckbox('enablecompletion',get_string('enablecompletion','completion'),get_string('configenablecompletion','completion'),COMPLETION_DISABLED));
     $temp->add(new admin_setting_pickroles('progresstrackedroles',get_string('progresstrackedroles','completion'),get_string('configprogresstrackedroles','completion')));
 
     $ADMIN->add('misc', $temp);