diff --git a/setup/system_charset.php b/setup/system_charset.php
index a62ed4ac88..e741208804 100644
--- a/setup/system_charset.php
+++ b/setup/system_charset.php
@@ -95,7 +95,7 @@
}
foreach($table_definitions as $table => $definition)
{
- if ($diagnostics) { echo "
start converting table '$table' ... "; flush(); }
+ if ($diagnostics) { echo "
start converting table '$table' ... "; }
$db2->set_column_definitions($definitions['fd']);
$updates = 0;
$GLOBALS['phpgw_setup']->db->query("SELECT * FROM $table",__LINE__,__FILE__);