patch #1818389 to remove a notice (failed to flush buffer)
This commit is contained in:
@@ -6,6 +6,8 @@ $Id$
|
||||
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
|
||||
|
||||
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
|
||||
|
@@ -97,7 +97,7 @@ function PMA_outBufferPre()
|
||||
*/
|
||||
function PMA_outBufferPost()
|
||||
{
|
||||
if (PMA_outBufferModeGet()) {
|
||||
if (ob_get_status() && PMA_outBufferModeGet()) {
|
||||
ob_flush();
|
||||
} else {
|
||||
flush();
|
||||
|
Reference in New Issue
Block a user