forked from extern/egroupware
fixed a few minor bugs
This commit is contained in:
parent
20c3f60c29
commit
06d69774c9
@ -11,8 +11,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True,
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
||||||
"currentapp" => "home", "noapi" => True);
|
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
include("./inc/functions.inc.php");
|
include("./inc/functions.inc.php");
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
include("./sql/".$phpgw_domain[$SetupDomain]["db_type"]."_newtables.inc.php");
|
include("./sql/".$phpgw_domain[$SetupDomain]["db_type"]."_newtables.inc.php");
|
||||||
include("./sql/common_default_records.inc.php");
|
include("./sql/common_default_records.inc.php");
|
||||||
$included = True;
|
$included = True;
|
||||||
include($phpgw_info["server"]["server_root"] . "/setup/lang.php");
|
// include($phpgw_info["server"]["server_root"] . "/setup/lang.php");
|
||||||
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "oldversion";
|
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "oldversion";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
$phpgw_setup->db->query("DROP TABLE phpgw_sessions");
|
$phpgw_setup->db->query("DROP TABLE phpgw_sessions");
|
||||||
$phpgw_setup->db->query("DROP TABLE phpgw_app_sessions");
|
$phpgw_setup->db->query("DROP TABLE phpgw_app_sessions");
|
||||||
$phpgw_setup->db->query("DROP TABLE phpgw_acl");
|
$phpgw_setup->db->query("DROP TABLE phpgw_acl");
|
||||||
|
$phpgw_setup->db->query("DROP TABLE phpgw_hooks");
|
||||||
$phpgw_setup->db->query("DROP TABLE phpgw_access_log");
|
$phpgw_setup->db->query("DROP TABLE phpgw_access_log");
|
||||||
$phpgw_setup->db->query("DROP TABLE profiles");
|
$phpgw_setup->db->query("DROP TABLE profiles");
|
||||||
$phpgw_setup->db->query("DROP TABLE addressbook");
|
$phpgw_setup->db->query("DROP TABLE addressbook");
|
||||||
|
@ -775,7 +775,7 @@
|
|||||||
$ver();
|
$ver();
|
||||||
echo "<table>";
|
echo "<table>";
|
||||||
echo " <tr bgcolor=\"e6e6e6\">\n";
|
echo " <tr bgcolor=\"e6e6e6\">\n";
|
||||||
echo " <td>Upgrade from $value to $phpgw_info["setup"]["currentver"]["phpgwapi"] is completed.</td>\n";
|
echo " <td>Upgrade from $value to ".$phpgw_info["setup"]["currentver"]["phpgwapi"]." is completed.</td>\n";
|
||||||
echo " </tr>\n";
|
echo " </tr>\n";
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
if ($tableschanged == True){$tablechanges = True;}
|
if ($tableschanged == True){$tablechanges = True;}
|
||||||
|
Loading…
Reference in New Issue
Block a user