1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-15 11:04:02 +02:00

Use output buffering for dump compression

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1161 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-10-02 12:31:28 +00:00
parent e40612a46f
commit 89a60e77b2
5 changed files with 41 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
<?php
function dump_table($table) {
dump("\xef\xbb\xbf"); // UTF-8 byte order mark
echo "\xef\xbb\xbf"; // UTF-8 byte order mark
}
function dump_data($table, $style, $select = "") {