From c717a0d3bc505dc6774116e692d54443b44b7242 Mon Sep 17 00:00:00 2001 From: Eloy Lafuente Date: Sun, 2 May 2010 16:54:58 +0000 Subject: [PATCH] MDL-21432, MDL-22184 scheduled backup - disabled until implemented --- admin/cron.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/cron.php b/admin/cron.php index a4b5e598281..3612b00a41a 100644 --- a/admin/cron.php +++ b/admin/cron.php @@ -418,8 +418,8 @@ } // End of occasional clean-up tasks - - if (empty($CFG->disablescheduledbackups)) { // Defined in config.php + // Disabled until implemented. MDL-21432, MDL-22184 + if (1 == 2 && empty($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.43.0