adapt status page to new word table layout

This commit is contained in:
Sarah Hoffmann
2013-04-10 19:50:38 +02:00
parent 23d303124e
commit 2f88e7ceab

View 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";