cleaned up these tables for the new setup prog

This commit is contained in:
seek3r
2000-12-01 18:32:57 +00:00
parent 2caf561422
commit f5045f8e13
6 changed files with 86 additions and 50 deletions

View File

@ -18,9 +18,7 @@
}
if ($currentver == "drop"){
include("./sql/".$phpgw_domain[$SetupDomain]["db_type"]."_droptables.inc.php");
// $currentver = "new";
}
if ($currentver == "new") {
include("./sql/".$phpgw_domain[$SetupDomain]["db_type"]."_newtables.inc.php");
@ -34,9 +32,11 @@
include("./sql/".$phpgw_domain[$SetupDomain]["db_type"]."_upgrade_beta.inc.php");
}
/* Not yet implemented
if (!$tablechanges == True){
echo " <tr bgcolor=\"e6e6e6\">\n";
echo " <td>No table changes were needed. The script only updated your version setting.</td>\n";
echo " </tr>\n";
}
*/
?>