Remove unnecessary _binary

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1232 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-11-09 14:30:57 +00:00
parent bb46cc9b62
commit 91cb95ab51

View file

@ -482,7 +482,7 @@ function process_input($field) {
if (!is_string($file)) {
return false; //! report errors
}
return "_binary" . $connection->quote($file);
return $connection->quote($file);
} else {
return $adminer->processInput($field, $value, $function);
}