From: stronk7 Date: Tue, 15 Jul 2003 18:12:41 +0000 (+0000) Subject: Changed backup logs default to NO. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=042c19f5a554fddb6b03179bbaf7ebd6819e33d4;p=moodle.git Changed backup logs default to NO. --- diff --git a/backup/backup_check.html b/backup/backup_check.html index ac960584d1..6c9ecec569 100644 --- a/backup/backup_check.html +++ b/backup/backup_check.html @@ -51,7 +51,7 @@ } if (!isset($backup_logs)) { - $backup_logs = 1; + $backup_logs = 0; } if (!isset($backup_user_files)) { diff --git a/backup/backup_execute.html b/backup/backup_execute.html index 6f83f511a0..62b01c9dd9 100644 --- a/backup/backup_execute.html +++ b/backup/backup_execute.html @@ -60,7 +60,7 @@ $preferences->backup_users = $backup_users; if (!isset($backup_logs)) { - $backup_logs = 1; + $backup_logs = 0; } $preferences->backup_logs = $backup_logs; diff --git a/backup/backup_form.html b/backup/backup_form.html index 3ac9c7a6e4..a79caee36f 100644 --- a/backup/backup_form.html +++ b/backup/backup_form.html @@ -51,7 +51,7 @@ } if (!isset($backup_logs)) { - $backup_logs = 1; + $backup_logs = 0; } if (!isset($backup_user_files)) {