1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 12:21:24 +02:00

Unify dumpTable declarations (bug #707)

This commit is contained in:
Jakub Vrana
2019-11-11 12:15:32 +01:00
parent a4e997fe60
commit 08c132cbea
5 changed files with 5 additions and 5 deletions

View File

@@ -537,7 +537,7 @@ qsl('div').onclick = whisperClick;", "")
function dumpDatabase($db) {
}
function dumpTable() {
function dumpTable($table, $style, $is_view = 0) {
echo "\xef\xbb\xbf"; // UTF-8 byte order mark
}