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:
jakubvrana
2009-05-07 19:59:57 +00:00
parent d2b1037121
commit bbacf889dc
3 changed files with 4 additions and 2 deletions

View File

@@ -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) {