From: stronk7 Date: Sun, 1 Jun 2003 10:40:11 +0000 (+0000) Subject: Restoring assignments COMPLETED. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bd19b8fa9663d55a537d014f1a424e8a375ed24d;p=moodle.git Restoring assignments COMPLETED. Added clean temp structures Increased version info --- diff --git a/backup/backup_version.php b/backup/backup_version.php index 4e993d4e6a..a0c1335305 100644 --- a/backup/backup_version.php +++ b/backup/backup_version.php @@ -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 diff --git a/backup/restore_execute.html b/backup/restore_execute.html index 256cdfc0d1..9780ac0191 100644 --- a/backup/restore_execute.html +++ b/backup/restore_execute.html @@ -212,6 +212,10 @@ } //Cleanup temps (files and db) + if ($status) { + echo "
  • Cleaning up temp data (commented!!)"; + //$status = clean_temp_data ($restore); + } //End the main ul echo "";