mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
No edit expression with set and binary
This commit is contained in:
@@ -429,7 +429,7 @@ username.form['driver'].onchange();
|
||||
$return .= "/$val";
|
||||
}
|
||||
}
|
||||
if ($key) {
|
||||
if ($key && !ereg('set|blob|bytea|raw|file', $field["type"])) {
|
||||
$return .= "/=";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user