mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Treat binary type as hex
This commit is contained in:
@@ -286,7 +286,7 @@ if (!$columns) {
|
||||
if (!isset($val)) {
|
||||
$val = "<i>NULL</i>";
|
||||
} else {
|
||||
if (ereg('binary|blob|bytea|raw|file', $field["type"]) && $val != "") {
|
||||
if (ereg('blob|bytea|raw|file', $field["type"]) && $val != "") {
|
||||
$link = h(ME . 'download=' . urlencode($TABLE) . '&field=' . urlencode($key) . $unique_idf);
|
||||
}
|
||||
if ($val == "") {
|
||||
|
Reference in New Issue
Block a user