mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
cleaned up these tables for the new setup prog
This commit is contained in:
@ -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";
|
||||
}
|
||||
*/
|
||||
?>
|
Reference in New Issue
Block a user