]> git.mjollnir.org Git - moodle.git/commitdiff
Changed the name of $CFG->preventscheduledbackups to disablescheduledbackups
authormoodler <moodler>
Sun, 8 Feb 2004 14:21:23 +0000 (14:21 +0000)
committermoodler <moodler>
Sun, 8 Feb 2004 14:21:23 +0000 (14:21 +0000)
admin/cron.php

index 9663653539eb8c4dba944040f85ac880e6a35097..bd73bc78d14adae013062ea73daaba5086b2f121 100644 (file)
         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);