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:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user