From 37d04a6e668a4e5e8bf58909f4477c3f4f9e50bd Mon Sep 17 00:00:00 2001 From: seek3r Date: Wed, 15 Nov 2000 17:42:30 +0000 Subject: [PATCH] added temp hack to auto install english --- setup/sql/common_main.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/sql/common_main.inc.php b/setup/sql/common_main.inc.php index 7c55ec4a56..7841ef584c 100644 --- a/setup/sql/common_main.inc.php +++ b/setup/sql/common_main.inc.php @@ -24,6 +24,8 @@ if ($currentver == "new") { include("./sql/".$phpgw_info["server"]["db_type"]."_newtables.inc.php"); include("./sql/common_default_records.inc.php"); + $included = True; + include("../lang.php"); } echo "\n"; echo " \n";