Skip to content

Commit

Permalink
Add tar ending (thanks to Marco Sharper)
Browse files Browse the repository at this point in the history
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@978 7c3ca157-0c34-0410-bff1-cbf682f78f5c
  • Loading branch information
jakubvrana committed Aug 18, 2009
1 parent 8073cfa commit 65c9f4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adminer/dump.inc.php
Expand Up @@ -99,6 +99,9 @@ function dump_triggers($table, $style) {
foreach ($views as $view) {
dump_table($view, $_POST["table_style"], true);
}
if ($ext == "tar") {
echo pack("x512");
}
}

if ($style == "CREATE+ALTER" && $_POST["format"] != "csv") {
Expand Down

0 comments on commit 65c9f4b

Please sign in to comment.