mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Now, after restoring the course, the restore proccess executes
every MODULE_refresh_events() function to recalculate every activity event automatically.
This commit is contained in:
parent
866eb2ffbd
commit
df9a165ecc
3 changed files with 35 additions and 3 deletions
|
@ -5,6 +5,6 @@
|
|||
// database (backup_version) to determine whether upgrades should
|
||||
// be performed (see db/backup_*.php)
|
||||
|
||||
$backup_version = 2004040100; // The current version is a date (YYYYMMDDXX)
|
||||
$backup_version = 2004041000; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$backup_release = "1.3 development"; // User-friendly version number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue