Fix: checkstyle

This commit is contained in:
Laurent Destailleur
2013-09-17 21:12:34 +02:00
parent 23c151ee14
commit 1e29a97a89

View File

@@ -4437,12 +4437,14 @@ if (! function_exists('getmypid'))
}
}
/**
* 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
* @return string $res the statement to append to the SQL query
* */
*
* @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
* @return string $res The statement to append to the SQL query
*/
function natural_search($fields, $value)
{
global $db;