mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 02:54:28 +02:00
Fix global search in all tables
This commit is contained in:
@@ -142,6 +142,14 @@ function add_driver($id, $name) {
|
||||
return $idf;
|
||||
}
|
||||
|
||||
/** Convert operator so it can be used in search
|
||||
* @param string $operator
|
||||
* @return string
|
||||
*/
|
||||
function convertOperator($operator) {
|
||||
return $operator;
|
||||
}
|
||||
|
||||
/** Convert value returned by database to actual value
|
||||
* @param string
|
||||
* @param array
|
||||
|
Reference in New Issue
Block a user