MDL-21432, MDL-22184 scheduled backup - disabled until implemented
authorEloy Lafuente <stronk7@moodle.org>
Sun, 2 May 2010 16:54:58 +0000 (16:54 +0000)
committerEloy Lafuente <stronk7@moodle.org>
Sun, 2 May 2010 16:54:58 +0000 (16:54 +0000)
admin/cron.php

index a4b5e59..3612b00 100644 (file)
 
     } // 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);