Skip to content

Commit

Permalink
Included backup's cron function (not implemented)
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Dec 12, 2003
1 parent d315919 commit c4b39dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions backup/backup_scheduled.php
@@ -1,6 +1,18 @@
<?PHP //$Id$
//This file contains all the code needed to execute scheduled backups

//This function is executed via moodle cron
//It prepares all the info and execute backups as necessary
function schedule_backup_cron() {

global $CFG;

$status = true;

}



//This function implements all the needed code to prepare a course
//to be in backup (insert temp info into backup temp tables).
function schedule_backup_course_configure($course) {
Expand Down

0 comments on commit c4b39dd

Please sign in to comment.