X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsearch%2FSearchPostgres.php;h=5a50b176e9116980847eeb65df06c121e754451f;hb=61aab0ff9912221d51b7e40d508a8e733257aadb;hp=8ba49b60f9dcdabadcec361ddd220eb72d451693;hpb=57eaa2bf04ce1b48bd89c10defe4de5b7d31f047;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/search/SearchPostgres.php b/includes/search/SearchPostgres.php index 8ba49b60f9..5a50b176e9 100644 --- a/includes/search/SearchPostgres.php +++ b/includes/search/SearchPostgres.php @@ -62,7 +62,6 @@ class SearchPostgres extends SearchDatabase { * @return string */ function parseQuery( $term ) { - wfDebug( "parseQuery received: $term \n" ); # # No backslashes allowed @@ -115,7 +114,6 @@ class SearchPostgres extends SearchDatabase { wfDebug( "parseQuery returned: $searchstring \n" ); return $searchstring; - } /**