1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 01:24:17 +02:00

Centralize dump_headers

This commit is contained in:
Jakub Vrana
2011-02-17 11:43:21 +01:00
parent b1d8bfba36
commit 8ab6fffe74
6 changed files with 22 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<?php
if (!$error && $_POST["export"]) {
$adminer->dumpHeaders("sql");
dump_headers("sql");
$adminer->dumpTable("", "");
$adminer->dumpData("", "table", $_POST["query"]);
exit;