From 12fb46824fa101021883b6c027393a8ec9a8ae00 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 8 Feb 2004 14:21:23 +0000 Subject: [PATCH] Changed the name of $CFG->preventscheduledbackups to disablescheduledbackups --- admin/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5