mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
adapt status page to new word table layout
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$iWordID = $oDB->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))
|
if (PEAR::isError($iWordID))
|
||||||
{
|
{
|
||||||
echo "ERROR: Query failed";
|
echo "ERROR: Query failed";
|
||||||
|
|||||||
Reference in New Issue
Block a user