1
0
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:
Jakub Vrana
2011-03-22 15:11:42 +01:00
parent 04e5250044
commit 2671a4774f

View File

@@ -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 .= "/=";
} }
} }