X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ad1d429de64ac037470f92e0492211a41bd2c613..2e14c7b337b9540ab03a4ed3c3cb21b16f1be6cd:/lib/lib.php diff --git a/lib/lib.php b/lib/lib.php index a4e4aa6c..3ed66237 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -898,3 +898,8 @@ if ($aItemListValues) $aAddressRankList = array_merge($aAddressRankList, $aItemListValues); return true; } + + function addQuotes($s) + { + return "'".$s."'"; + }