From: Sarah Hoffmann Date: Wed, 10 Apr 2013 17:50:38 +0000 (+0200) Subject: adapt status page to new word table layout X-Git-Tag: v2.2.0~90 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/2f88e7ceabf900dcb262dd80c41c4d716da1f5a0?hp=23d303124e903e58e5c95890868de8c62304946f adapt status page to new word table layout --- diff --git a/website/status.php b/website/status.php index 0caa92a0..a7a197b8 100644 --- a/website/status.php +++ b/website/status.php @@ -10,7 +10,7 @@ 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)) { echo "ERROR: Query failed";