mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
This commit is contained in:
parent
49ab5e1950
commit
795b694516
26 changed files with 150 additions and 177 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php //$Id$
|
||||
<?php
|
||||
//This file contains all the code needed to execute scheduled backups
|
||||
|
||||
require_once($CFG->libdir.'/eventslib.php');
|
||||
|
||||
require_once($CFG->libdir.'/eventslib.php');
|
||||
|
||||
//This function is executed via moodle cron
|
||||
//It prepares all the info and execute backups as necessary
|
||||
|
@ -855,5 +855,3 @@ function schedule_backup_course_delete_old_files($preferences,$starttime=0) {
|
|||
}
|
||||
return $status;
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue