diff --git a/adminer/include/export.inc.php b/adminer/include/export.inc.php index 639b8824..faf907bf 100644 --- a/adminer/include/export.inc.php +++ b/adminer/include/export.inc.php @@ -102,7 +102,7 @@ function dump_data($table, $style, $select = "") { if ($_POST["format"] != "csv" && $style == "TRUNCATE+INSERT") { echo "TRUNCATE " . idf_escape($table) . ";\n"; } - $result = $dbh->query(($select ? $select : "SELECT * FROM " . idf_escape($table))); //! enum and set as numbers, binary as _binary, microtime + $result = $dbh->query(($select ? $select : "SELECT * FROM " . idf_escape($table))); //! enum and set as numbers, microtime if ($result) { $fields = fields($table); $length = 0;