From: moodler Date: Sun, 8 Feb 2004 14:21:23 +0000 (+0000) Subject: Changed the name of $CFG->preventscheduledbackups to disablescheduledbackups X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=12fb46824fa101021883b6c027393a8ec9a8ae00;p=moodle.git Changed the name of $CFG->preventscheduledbackups to disablescheduledbackups --- diff --git a/admin/cron.php b/admin/cron.php index 9663653539..bd73bc78d1 100644 --- a/admin/cron.php +++ b/admin/cron.php @@ -102,7 +102,7 @@ include("$CFG->dataroot/cronextra.php"); } - if (!isset($CFG->preventscheduledbackups)) { // Defined in config.php + if (!isset($CFG->disablescheduledbackups)) { // Defined in config.php //Execute backup's cron //Perhaps a long time and memory could help in large sites set_time_limit(0);