mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Do not display SQL function for checkbox
This commit is contained in:
@@ -672,7 +672,7 @@ class Adminer {
|
||||
$return .= "/$val";
|
||||
}
|
||||
}
|
||||
if ($key && !preg_match('~set|blob|bytea|raw|file~', $field["type"])) {
|
||||
if ($key && !preg_match('~set|blob|bytea|raw|file|bool~', $field["type"])) {
|
||||
$return .= "/SQL";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user