mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
Pass required parameter
This commit is contained in:
@@ -69,7 +69,7 @@ SELECT @adminer_alter;
|
||||
|
||||
function dumpTable($table, $style, $is_view = false) {
|
||||
if ($_POST["format"] == "sql_alter") {
|
||||
$create = create_sql($table, $_POST["auto_increment"]);
|
||||
$create = create_sql($table, $_POST["auto_increment"], $style);
|
||||
if ($is_view) {
|
||||
echo substr_replace($create, " OR REPLACE", 6, 0) . ";\n\n";
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user