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") {