X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/27ea1bb42db0356a81eb9fadb5515f9abf2bb130..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."'"; + }