]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/lib.php
Tested Version of new Tiger line storage format.
[nominatim.git] / lib / lib.php
index 7b1cbb8f6fcdfe6f78ddc028296486dd394a0ffc..ac99b1d24bfbb20390c0c9749833785f3431f0e6 100644 (file)
        }
 
 
-       function getAddressDetails(&$oDB, $sLanguagePrefArraySQL, $iPlaceID, $sCountryCode = false, $housenumber, $bRaw = false)
+       function getAddressDetails(&$oDB, $sLanguagePrefArraySQL, $iPlaceID, $sCountryCode = false, $housenumber =-1, $bRaw = false)
        {
                $sSQL = "select *,get_name_by_language(name,$sLanguagePrefArraySQL) as localname from get_addressdata($iPlaceID, $housenumber)";
                if (!$bRaw) $sSQL .= " WHERE isaddress OR type = 'country_code'";