mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 18:44:02 +02:00
Plugins: Add method dumpFooter()
This commit is contained in:
@@ -100,6 +100,7 @@ if ($_POST && !$error) {
|
||||
$query = implode(" UNION ALL ", $union);
|
||||
}
|
||||
$adminer->dumpData($TABLE, "table", $query);
|
||||
$adminer->dumpFooter();
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user