]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/lib.php
use object properties in getDetails()
[nominatim.git] / lib / lib.php
index 3b16b399a6e9eb9001ac2755073ba491836657dd..3417c95b0e253968136ddeb996a3ca4236636a4f 100644 (file)
                if ($aItemListValues) $aAddressRankList = array_merge($aAddressRankList, $aItemListValues);
                return true;
        }
+
+       function addQuotes($s)
+       {
+               return "'".$s."'";
+       }