1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +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

@@ -51,7 +51,6 @@ if ($_POST && !$error) {
}
dump_data($TABLE, "INSERT", implode(" UNION ALL ", $union));
}
dump();
exit;
}
if (!$adminer->selectEmailProcess($where, $foreign_keys)) {