Skip to content

Commit

Permalink
Restoring assignments COMPLETED.
Browse files Browse the repository at this point in the history
Added clean temp structures
Increased version info
  • Loading branch information
stronk7 committed Jun 1, 2003
1 parent 99d1a49 commit bd19b8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backup/backup_version.php
Expand Up @@ -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
4 changes: 4 additions & 0 deletions backup/restore_execute.html
Expand Up @@ -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>";
Expand Down

0 comments on commit bd19b8f

Please sign in to comment.