removed flush, because it does not work with mod_ssl

This commit is contained in:
Lars Kneschke 2003-10-13 13:39:33 +00:00
parent 986c06dca2
commit aba4df190f

View File

@ -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__);