Fix for ob_flush() bug code

This commit is contained in:
Robin Johnson
2002-07-26 17:41:01 +00:00
parent 00cdeb0819
commit fa12f6bd65
2 changed files with 5 additions and 2 deletions

View File

@@ -391,7 +391,9 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
echo '---END CUT---<br /><br />' . "\n\n";
echo '</p>' . "\n";
flush();
ob_flush();
if (PMA_PHP_INT_VERSION >= 42000 && @function_exists('ob_flush')) {
ob_flush();
}
die();
} // end while ($count2 < $len)