mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Restoring assignments COMPLETED.
Added clean temp structures Increased version info
This commit is contained in:
parent
99d1a496a4
commit
bd19b8fa96
2 changed files with 6 additions and 2 deletions
|
@ -5,6 +5,6 @@
|
|||
// database (backup_version) to determine whether upgrades should
|
||||
// be performed (see db/backup_*.php)
|
||||
|
||||
$backup_version = 2003052000; // The current version is a date (YYYYMMDDXX)
|
||||
$backup_version = 2003060100; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$backup_release = "0.2.1 alpha"; // User-friendly version number
|
||||
$backup_release = "0.5.0 alpha"; // User-friendly version number
|
||||
|
|
|
@ -212,6 +212,10 @@
|
|||
}
|
||||
|
||||
//Cleanup temps (files and db)
|
||||
if ($status) {
|
||||
echo "<li>Cleaning up temp data <b>(commented!!)</b>";
|
||||
//$status = clean_temp_data ($restore);
|
||||
}
|
||||
|
||||
//End the main ul
|
||||
echo "</ul>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue