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

Add tar ending (thanks to Marco Sharper)

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@978 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-08-18 10:29:08 +00:00
parent 8073cfa641
commit 65c9f4be2e

View File

@@ -99,6 +99,9 @@ if ($_POST) {
foreach ($views as $view) {
dump_table($view, $_POST["table_style"], true);
}
if ($ext == "tar") {
echo pack("x512");
}
}
if ($style == "CREATE+ALTER" && $_POST["format"] != "csv") {