X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8323bea84493b862946ab9ca065a0862e11db362..bda330a87d7e6de044d4a47e61ded8c4a49fe61e:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 3d6838b6..7ab53d97 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -642,12 +642,6 @@ class Geocode $oValidTokens = new TokenList(); if (!empty($aTokens)) { - $sSQL = 'SELECT word_id, word_token, word, class, type, country_code, operator, search_name_count'; - $sSQL .= ' FROM word '; - $sSQL .= ' WHERE word_token in ('.join(',', $this->oDB->getDBQuotedList($aTokens)).')'; - - Debug::printSQL($sSQL); - $oValidTokens->addTokensFromDB( $this->oDB, $aTokens,