]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/details.php
remove street and addr_place columns in placex
[nominatim.git] / website / details.php
index aa72f69f00c33ad6037a3efcbe774b988049728c..7f0a951faa0e30f080fbff00aadffaa5e1ade0a0 100755 (executable)
@@ -83,7 +83,7 @@ $hLog = logStart($oDB, 'details', $_SERVER['QUERY_STRING'], $aLangPrefOrder);
 
 // Get the details for this point
 $sSQL = "SELECT place_id, osm_type, osm_id, class, type, name, admin_level,";
-$sSQL .= "    housenumber, street, postcode, country_code,";
+$sSQL .= "    housenumber, postcode, country_code,";
 $sSQL .= "    importance, wikipedia,";
 $sSQL .= "    to_char(indexed_date, 'YYYY-MM-DD HH24:MI') AS indexed_date,";
 $sSQL .= "    parent_place_id, ";