added temp hack to auto install english

This commit is contained in:
seek3r 2000-11-15 17:42:30 +00:00
parent 88d7dc6ea3
commit 37d04a6e66

View File

@ -24,6 +24,8 @@
if ($currentver == "new") { if ($currentver == "new") {
include("./sql/".$phpgw_info["server"]["db_type"]."_newtables.inc.php"); include("./sql/".$phpgw_info["server"]["db_type"]."_newtables.inc.php");
include("./sql/common_default_records.inc.php"); include("./sql/common_default_records.inc.php");
$included = True;
include("../lang.php");
} }
echo "<table border=\"0\" align=\"center\">\n"; echo "<table border=\"0\" align=\"center\">\n";
echo " <tr bgcolor=\"486591\">\n"; echo " <tr bgcolor=\"486591\">\n";