mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
added temp hack to auto install english
This commit is contained in:
parent
88d7dc6ea3
commit
37d04a6e66
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user