From aba4df190f206f455573bb400e26ae2836442e6d Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Mon, 13 Oct 2003 13:39:33 +0000 Subject: [PATCH] removed flush, because it does not work with mod_ssl --- setup/system_charset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__);