fixed problems with database portions of this program. I am done with the core portion of the changes to the table management. Some changes to the db files are still going to be require

This commit is contained in:
seek3r
2000-12-01 18:25:01 +00:00
parent 04f3839dae
commit 2caf561422
9 changed files with 435 additions and 664 deletions

View File

@ -291,6 +291,7 @@
)";
$db->query($sql);
$currentver = "0.9.6";
$currentver = "0.9.7pre2";
$oldversion = $currentver;
update_version_table();
?>