mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
removed flush, because it does not work with mod_ssl
This commit is contained in:
parent
986c06dca2
commit
aba4df190f
@ -95,7 +95,7 @@
|
|||||||
}
|
}
|
||||||
foreach($table_definitions as $table => $definition)
|
foreach($table_definitions as $table => $definition)
|
||||||
{
|
{
|
||||||
if ($diagnostics) { echo "<br>start converting table '$table' ... "; flush(); }
|
if ($diagnostics) { echo "<br>start converting table '$table' ... "; }
|
||||||
$db2->set_column_definitions($definitions['fd']);
|
$db2->set_column_definitions($definitions['fd']);
|
||||||
$updates = 0;
|
$updates = 0;
|
||||||
$GLOBALS['phpgw_setup']->db->query("SELECT * FROM $table",__LINE__,__FILE__);
|
$GLOBALS['phpgw_setup']->db->query("SELECT * FROM $table",__LINE__,__FILE__);
|
||||||
|
Loading…
Reference in New Issue
Block a user