patch #1818389 to remove a notice (failed to flush buffer)
This commit is contained in:
@@ -15,6 +15,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
is mysqlnd
|
is mysqlnd
|
||||||
|
|
||||||
2.11.3.0 (not yet released)
|
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)
|
2.11.2.0 (2007-10-27)
|
||||||
- patch #1791576 HTTP auth: support REDIRECT_REMOTE_USER, thanks to Allard
|
- patch #1791576 HTTP auth: support REDIRECT_REMOTE_USER, thanks to Allard
|
||||||
|
@@ -97,7 +97,7 @@ function PMA_outBufferPre()
|
|||||||
*/
|
*/
|
||||||
function PMA_outBufferPost()
|
function PMA_outBufferPost()
|
||||||
{
|
{
|
||||||
if (PMA_outBufferModeGet()) {
|
if (ob_get_status() && PMA_outBufferModeGet()) {
|
||||||
ob_flush();
|
ob_flush();
|
||||||
} else {
|
} else {
|
||||||
flush();
|
flush();
|
||||||
|
Reference in New Issue
Block a user