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