X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a9c06d89c144fb90616e3a780029fe3d9bcfd90d..174fca9c7ae30ad4bab666f2bdcdb288ed188e3e:/website/deletable.php?ds=sidebyside diff --git a/website/deletable.php b/website/deletable.php index 531bdadb..95000032 100755 --- a/website/deletable.php +++ b/website/deletable.php @@ -10,7 +10,7 @@ $sOutputFormat = 'html'; $oDB =& getDB(); -$sSQL = "select placex.place_id, calculated_country_code as country_code,"; +$sSQL = "select placex.place_id, country_code,"; $sSQL .= " name->'name' as name, i.* from placex, import_polygon_delete i"; $sSQL .= " where placex.osm_id = i.osm_id and placex.osm_type = i.osm_type"; $sSQL .= " and placex.class = i.class and placex.type = i.type";