mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Now STAMP fiel is supported in backup & restore.
If it exists in backup-file used, else, old search-by-name is used. When inserting new categories, stamp is filled it it doesn't exist. Updated version to 1.1 Beta +++ !!
This commit is contained in:
parent
1c4968eb7f
commit
202ba3902e
3 changed files with 144 additions and 56 deletions
|
@ -5,6 +5,6 @@
|
|||
// database (backup_version) to determine whether upgrades should
|
||||
// be performed (see db/backup_*.php)
|
||||
|
||||
$backup_version = 2003082700; // The current version is a date (YYYYMMDDXX)
|
||||
$backup_version = 2003082701; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$backup_release = "1.1 Beta++"; // User-friendly version number
|
||||
$backup_release = "1.1 Beta +++"; // User-friendly version number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue