patch #1818389 to remove a notice (failed to flush buffer)

This commit is contained in:
Marc Delisle
2007-11-01 20:48:43 +00:00
parent 786a67f0e6
commit ee0203e525
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
is mysqlnd
2.11.3.0 (not yet released)
- patch #1818389 to remove a notice (failed to flush buffer), thanks to
Bertrand
2.11.2.0 (2007-10-27)
- patch #1791576 HTTP auth: support REDIRECT_REMOTE_USER, thanks to Allard

View File

@@ -97,7 +97,7 @@ function PMA_outBufferPre()
*/
function PMA_outBufferPost()
{
if (PMA_outBufferModeGet()) {
if (ob_get_status() && PMA_outBufferModeGet()) {
ob_flush();
} else {
flush();