mirror of
https://github.com/vrana/adminer.git
synced 2026-05-07 17:57:04 +02:00
Unify dumpTable declarations (bug #707)
This commit is contained in:
@@ -67,7 +67,7 @@ SELECT @adminer_alter;
|
||||
}
|
||||
}
|
||||
|
||||
function dumpTable($table, $style, $is_view = false) {
|
||||
function dumpTable($table, $style, $is_view = 0) {
|
||||
if ($_POST["format"] == "sql_alter") {
|
||||
$create = create_sql($table, $_POST["auto_increment"], $style);
|
||||
if ($is_view) {
|
||||
|
||||
Reference in New Issue
Block a user