X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fca2d0061780c5e7fb8b11a9fa2b618137b3cc8e..140d603d01ab6a0e00da07b8d0b3a36dd311bafc:/website/status.php diff --git a/website/status.php b/website/status.php index 0caa92a0..c9d872d0 100644 --- a/website/status.php +++ b/website/status.php @@ -1,16 +1,16 @@ getOne("select word_id,word_token, word, class, type, location, country_code, operator, search_name_count from word where word_token in (' a')"); + $iWordID = $oDB->getOne("select word_id,word_token, word, class, type, country_code, operator, search_name_count from word where word_token in (' a')"); if (PEAR::isError($iWordID)) { echo "ERROR: Query failed";