mirror of
https://github.com/vrana/adminer.git
synced 2026-03-09 22:20:57 +01:00
Report errors in data export
This commit is contained in:
@@ -648,6 +648,8 @@ DROP PROCEDURE adminer_alter;
|
||||
$buffer .= ";\n";
|
||||
echo $buffer;
|
||||
}
|
||||
} elseif ($_POST["format"] == "sql") {
|
||||
echo "-- " . str_replace("\n", " ", $connection->error) . "\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user