mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
Centralize dump_headers
This commit is contained in:
@@ -54,7 +54,7 @@ if ($_POST && !$error) {
|
||||
}
|
||||
}
|
||||
if ($_POST["export"]) {
|
||||
$adminer->dumpHeaders($TABLE);
|
||||
dump_headers($TABLE);
|
||||
$adminer->dumpTable($TABLE, "");
|
||||
if (!is_array($_POST["check"]) || $unselected === array()) {
|
||||
$where2 = $where;
|
||||
|
Reference in New Issue
Block a user