mirror of
https://github.com/vrana/adminer.git
synced 2026-07-08 18:33:22 +02:00
Allow full length in limited int (thanks to Vlasta Neubauer)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@598 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -9,7 +9,7 @@ function dump_csv($row) {
|
||||
}
|
||||
|
||||
function dump_table($table, $style, $is_view = false) {
|
||||
global $mysql, $types;
|
||||
global $mysql;
|
||||
if ($_POST["format"] == "csv") {
|
||||
echo "\xef\xbb\xbf";
|
||||
if ($style) {
|
||||
|
||||
Reference in New Issue
Block a user