fixed a few minor bugs

This commit is contained in:
seek3r 2000-12-27 09:32:58 +00:00
parent 20c3f60c29
commit 06d69774c9
4 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,7 @@
/* $Id$ */
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True,
"currentapp" => "home", "noapi" => True);
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
include("../header.inc.php");
include("./inc/functions.inc.php");

View File

@ -30,7 +30,7 @@
include("./sql/".$phpgw_domain[$SetupDomain]["db_type"]."_newtables.inc.php");
include("./sql/common_default_records.inc.php");
$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";
}

View File

@ -19,6 +19,7 @@
$phpgw_setup->db->query("DROP TABLE phpgw_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_hooks");
$phpgw_setup->db->query("DROP TABLE phpgw_access_log");
$phpgw_setup->db->query("DROP TABLE profiles");
$phpgw_setup->db->query("DROP TABLE addressbook");

View File

@ -775,7 +775,7 @@
$ver();
echo "<table>";
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 "</table>";
if ($tableschanged == True){$tablechanges = True;}