Change default value for backup_sche_keep to be one day.

(As the path of least impact on server resources)
This commit is contained in:
moodler 2003-12-30 03:56:32 +00:00
parent b06021549a
commit 4cd327fb26
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ function schedule_backup_course_configure($course,$starttime = 0) {
$backup_config->backup_sche_destination = "";
}
if (!isset($backup_config->backup_sche_keep)) {
$backup_config->backup_sche_keep = 0;
$backup_config->backup_sche_keep = 1;
}
}

View File

@ -48,7 +48,7 @@
$backup_config->backup_sche_destination = "";
}
if (!isset($backup_config->backup_sche_keep)) {
$backup_config->backup_sche_keep = 0;
$backup_config->backup_sche_keep = 1;
}
//print_object($backup_config); //Debug