someone forgot to have the upgrade set the ver number in the tables

This commit is contained in:
seek3r 2000-12-07 00:50:23 +00:00
parent 820906bc95
commit 97de4c7bc2
2 changed files with 0 additions and 4 deletions

View File

@ -726,7 +726,6 @@
global $currentver, $oldversion, $phpgw_info, $db;
if ($currentver == "0.9.7" || ereg ("^0\.9\.8pre", $currentver)){
/*
if ($currentver == "0.9.7") {
// upgrade code starts here
@ -734,7 +733,6 @@
$currentver = "0.9.8pre1";
update_version_table();
}
*/
/*
if ($currentver == "0.9.8pre1") {
// upgrade code starts here

View File

@ -744,7 +744,6 @@
global $currentver, $oldversion, $phpgw_info, $db;
if ($currentver == "0.9.7" || ereg ("^0\.9\.8pre", $currentver)){
/*
if ($currentver == "0.9.7") {
// upgrade code starts here
@ -752,7 +751,6 @@
$currentver = "0.9.8pre1";
update_version_table();
}
*/
/*
if ($currentver == "0.9.8pre1") {
// upgrade code starts here