mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 20:31:19 +02:00
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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user