mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
Compress export and import
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1032 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
function dump_table($table) {
|
||||
echo "\xef\xbb\xbf"; // UTF-8 byte order mark
|
||||
dump("\xef\xbb\xbf"); // UTF-8 byte order mark
|
||||
}
|
||||
|
||||
function dump_data($table, $style, $select = "") {
|
||||
@@ -23,3 +23,4 @@ function dump_headers($identifier) {
|
||||
|
||||
$dump_output = "";
|
||||
$dump_format = "CSV";
|
||||
$dump_compress = "";
|
||||
|
Reference in New Issue
Block a user