mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Fix: checkstyle
This commit is contained in:
@@ -4437,12 +4437,14 @@ if (! function_exists('getmypid'))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Natural search
|
* Natural search
|
||||||
* @param mixed $fields string or array of strings filled with the fields names in the SQL query
|
*
|
||||||
* @param string $value the value to look for
|
* @param mixed $fields String or array of strings filled with the fields names in the SQL query
|
||||||
* @return string $res the statement to append to the SQL query
|
* @param string $value The value to look for
|
||||||
* */
|
* @return string $res The statement to append to the SQL query
|
||||||
|
*/
|
||||||
function natural_search($fields, $value)
|
function natural_search($fields, $value)
|
||||||
{
|
{
|
||||||
global $db;
|
global $db;
|
||||||
|
|||||||
Reference in New Issue
Block a user