mirror of
https://github.com/vrana/adminer.git
synced 2026-02-25 16:11:26 +01:00
Unify dumpTable declarations (bug #707)
This commit is contained in:
@@ -14,7 +14,7 @@ class AdminerDumpXml {
|
||||
return array('xml' => 'XML');
|
||||
}
|
||||
|
||||
function dumpTable($table, $style, $is_view = false) {
|
||||
function dumpTable($table, $style, $is_view = 0) {
|
||||
if ($_POST["format"] == "xml") {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user