mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-7401 Course format database/backup/lang/stylesheet/capability support
This commit is contained in:
parent
b7e771ce20
commit
ae628043a0
15 changed files with 344 additions and 10 deletions
|
@ -232,6 +232,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
//Backup course format data, if any.
|
||||
echo '<li>'.get_string("courseformatdata").'</li>';
|
||||
if($status) {
|
||||
if (!$status = backup_format_data($backup_file,$preferences)) {
|
||||
notify("An error occurred while backing up the course format data");
|
||||
}
|
||||
}
|
||||
|
||||
//Prints course end
|
||||
if ($status) {
|
||||
if (!$status = backup_course_end($backup_file,$preferences)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue