Restoring assignments COMPLETED.

Added clean temp structures
Increased version info
This commit is contained in:
stronk7 2003-06-01 10:40:11 +00:00
parent 99d1a496a4
commit bd19b8fa96
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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>";