Merge "Fix a PHPCS warning in SearchMySQL.php"
This commit is contained in:
commit
7d09ea6550
1 changed files with 0 additions and 1 deletions
|
|
@ -406,7 +406,6 @@ class SearchMySQL extends SearchDatabase {
|
|||
// Periods within things like hostnames and IP addresses
|
||||
// are also important -- we want a search for "example.com"
|
||||
// or "192.168.1.1" to work sanely.
|
||||
//
|
||||
// MySQL's search seems to ignore them, so you'd match on
|
||||
// "example.wikipedia.com" and "192.168.83.1" as well.
|
||||
$out = preg_replace(
|
||||
|
|
|
|||
Loading…
Reference in a new issue