git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1013 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-08-25 15:23:44 +00:00
parent fae29387b1
commit e600a44bbb

View file

@ -158,5 +158,5 @@ function dump_headers($identifier, $multi_table = false) {
}
$dump_output = "<select name='output'>" . optionlist(array('text' => lang('open'), 'file' => lang('save'))) . "</select>"
. " <select name='format'>" . optionlist(array('sql' => 'SQL', 'csv' => 'CSV')) . "</select>"
. " <select name='format'>" . optionlist(array('sql' => 'SQL', 'csv' => 'CSV')) . "</select>";
$max_packet = 1048576; // default, minimum is 1024