]> git.openstreetmap.org Git - nominatim.git/commitdiff
adapt status page to new word table layout
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 10 Apr 2013 17:50:38 +0000 (19:50 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 10 Apr 2013 17:50:38 +0000 (19:50 +0200)
website/status.php

index 0caa92a0add83cfaa19f7de8839db22c6d5e8a73..a7a197b89fce9ae1bfd096075c810a8651c02edf 100644 (file)
@@ -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";