mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 00:28:34 +02:00
Trim trailing whitespace
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
class AdminerDumpBz2 {
|
||||
/** @access protected */
|
||||
var $filename, $fp;
|
||||
|
||||
|
||||
function dumpOutput() {
|
||||
if (!function_exists('bzopen')) {
|
||||
return array();
|
||||
}
|
||||
return array('bz2' => 'bzip2');
|
||||
}
|
||||
|
||||
|
||||
function _bz2($string, $state) {
|
||||
bzwrite($this->fp, $string);
|
||||
if ($state & PHP_OUTPUT_HANDLER_END) {
|
||||
@@ -28,7 +28,7 @@ class AdminerDumpBz2 {
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
function dumpHeaders($identifier, $multi_table = false) {
|
||||
if ($_POST["output"] == "bz2") {
|
||||
$this->filename = tempnam("", "bz2");
|
||||
|
Reference in New Issue
Block a user