mirror of
https://github.com/vrana/adminer.git
synced 2025-12-20 15:30:45 +01:00
Unify dumpTable declarations (bug #707)
This commit is contained in:
@@ -20,7 +20,7 @@ class AdminerDumpPhp {
|
||||
}
|
||||
}
|
||||
|
||||
function dumpTable($table) {
|
||||
function dumpTable($table, $style, $is_view = 0) {
|
||||
if ($_POST['format'] == 'php') {
|
||||
$this->output[$table] = array();
|
||||
if (!$this->shutdown_callback) {
|
||||
|
||||
Reference in New Issue
Block a user