Fixed indentation
This commit is contained in:
parent
82b4a90c44
commit
deca3cb971
@ -325,7 +325,7 @@ function PMA_exportOutputHandler($line)
|
||||
) {
|
||||
$dump_buffer = bzcompress($dump_buffer);
|
||||
} elseif ($GLOBALS['compression'] == 'gzip'
|
||||
&& PMA_gzencodeNeeded()
|
||||
&& PMA_gzencodeNeeded()
|
||||
) {
|
||||
// as a gzipped file
|
||||
// without the optional parameter level because it bugs
|
||||
@ -981,4 +981,4 @@ if (!defined('TESTSUITE')) {
|
||||
<?php
|
||||
} // end if
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user