mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +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)
|
||||
{
|
||||
if ($diagnostics) { echo "<br>start converting table '$table' ... "; flush(); }
|
||||
if ($diagnostics) { echo "<br>start converting table '$table' ... "; }
|
||||
$db2->set_column_definitions($definitions['fd']);
|
||||
$updates = 0;
|
||||
$GLOBALS['phpgw_setup']->db->query("SELECT * FROM $table",__LINE__,__FILE__);
|
||||
|
Loading…
Reference in New Issue
Block a user