mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 20:01:25 +02:00
Revert compact dump output (r1012)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1028 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -154,7 +154,6 @@ function dump_headers($identifier, $multi_table = false) {
|
||||
return $ext;
|
||||
}
|
||||
|
||||
$dump_output = "<select name='output'>" . optionlist(array('text' => lang('open'), 'file' => lang('save'))) . "</select>"
|
||||
. " <select name='format'>" . optionlist(array('sql' => 'SQL', 'csv' => 'CSV')) . "</select>"
|
||||
;
|
||||
$dump_output = "<select name='output'>" . optionlist(array('text' => lang('open'), 'file' => lang('save'))) . "</select>";
|
||||
$dump_format = "<select name='format'>" . optionlist(array('sql' => 'SQL', 'csv' => 'CSV')) . "</select>";
|
||||
$max_packet = 1048576; // default, minimum is 1024
|
||||
|
Reference in New Issue
Block a user