From: Siebrand Mazeland Date: Mon, 28 Sep 2015 12:06:01 +0000 (+0200) Subject: Fix a PHPCS warning in SearchMySQL.php X-Git-Tag: 1.31.0-rc.0~9714^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=a350af27a0c57e38ba54980e7423316ccb2328ad;p=lhc%2Fweb%2Fwiklou.git Fix a PHPCS warning in SearchMySQL.php Change-Id: I2a9d91e24421bd4c514a97e00abc1a7d6f7b3cf1 --- diff --git a/includes/search/SearchMySQL.php b/includes/search/SearchMySQL.php index 246f115546..14426713f0 100644 --- a/includes/search/SearchMySQL.php +++ b/includes/search/SearchMySQL.php @@ -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(