Now STAMP fiel is supported in backup & restore.

If it exists in backup-file used, else, old search-by-name is used.
When inserting new categories, stamp is filled it it doesn't exist.
Updated version to 1.1 Beta +++ !!
This commit is contained in:
stronk7 2003-08-27 17:09:01 +00:00
parent 1c4968eb7f
commit 202ba3902e
3 changed files with 144 additions and 56 deletions

View file

@ -5,6 +5,6 @@
// database (backup_version) to determine whether upgrades should
// be performed (see db/backup_*.php)
$backup_version = 2003082700; // The current version is a date (YYYYMMDDXX)
$backup_version = 2003082701; // The current version is a date (YYYYMMDDXX)
$backup_release = "1.1 Beta++"; // User-friendly version number
$backup_release = "1.1 Beta +++"; // User-friendly version number