mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Trim trailing whitespace
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
class AdminerDumpXml {
|
||||
/** @access protected */
|
||||
var $database = false;
|
||||
|
||||
|
||||
function dumpFormat() {
|
||||
return array('xml' => 'XML');
|
||||
}
|
||||
@@ -19,11 +19,11 @@ class AdminerDumpXml {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function _database() {
|
||||
echo "</database>\n";
|
||||
}
|
||||
|
||||
|
||||
function dumpData($table, $style, $query) {
|
||||
if ($_POST["format"] == "xml") {
|
||||
if (!$this->database) {
|
||||
|
Reference in New Issue
Block a user