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";
}
}
if ($key) {
if ($key && !ereg('set|blob|bytea|raw|file', $field["type"])) {
$return .= "/=";
}
}