X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fsearch%2FSearchMySQL.php;h=9f1069722b044929a413a2bab258e1e8a3ef77af;hb=098e23fb9dc76bc715095f51c9547986874eea37;hp=806db7deb9d532112e432d484be72245b5e9c4e6;hpb=b7a0bafb4b64a02bb209853b37b3d8939ee9ffdc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/SearchMySQL.php b/includes/search/SearchMySQL.php index 806db7deb9..9f1069722b 100644 --- a/includes/search/SearchMySQL.php +++ b/includes/search/SearchMySQL.php @@ -144,7 +144,7 @@ class SearchMySQL extends SearchDatabase { } else { // For Chinese, words may legitimately abut other words in the text literal. // Don't add \b boundary checks... note this could cause false positives - // for latin chars. + // for Latin chars. } return $regex; }