mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Updated:
- Teachers can backup/restore their courses. - New option "restore to existing, deleting old". - backupdata dirname harcoded. - backup and restore buttons in main course page.
This commit is contained in:
parent
be2a6fc6ca
commit
4398d023a9
@ -5,6 +5,6 @@
|
||||
// database (backup_version) to determine whether upgrades should
|
||||
// be performed (see db/backup_*.php)
|
||||
|
||||
$backup_version = 2003073100; // The current version is a date (YYYYMMDDXX)
|
||||
$backup_version = 2003080300; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$backup_release = "0.8.4 alpha"; // User-friendly version number
|
||||
$backup_release = "0.8.5 alpha"; // User-friendly version number
|
||||
|
Loading…
x
Reference in New Issue
Block a user