mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 12:21:24 +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)) {
|
if (!is_string($file)) {
|
||||||
return false; //! report errors
|
return false; //! report errors
|
||||||
}
|
}
|
||||||
return "_binary" . $connection->quote($file);
|
return $connection->quote($file);
|
||||||
} else {
|
} else {
|
||||||
return $adminer->processInput($field, $value, $function);
|
return $adminer->processInput($field, $value, $function);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user