From: stronk7 <stronk7> Date: Wed, 10 Mar 2004 17:12:00 +0000 (+0000) Subject: Solved bug 1123 and two more bugs when restoring X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=39564db029d460798aed8c43c6dca1eb2f217df8;p=moodle.git Solved bug 1123 and two more bugs when restoring users and scales. Solved !!. Bump. --- diff --git a/backup/version.php b/backup/version.php index 01c6c5cafc..3eaec386f0 100644 --- a/backup/version.php +++ b/backup/version.php @@ -5,6 +5,6 @@ // database (backup_version) to determine whether upgrades should // be performed (see db/backup_*.php) -$backup_version = 2004030900; // The current version is a date (YYYYMMDDXX) +$backup_version = 2004031000; // The current version is a date (YYYYMMDDXX) $backup_release = "1.2 Beta+"; // User-friendly version number