X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/832547f192904a9ec92e173c27a91e0874fcc757..b2f3cfde0bb3d6a02e248272c3101970d7cfeb2e:/utils/country_languages.php?ds=sidebyside diff --git a/utils/country_languages.php b/utils/country_languages.php index 9d3b1e81..b1a7ab11 100755 --- a/utils/country_languages.php +++ b/utils/country_languages.php @@ -1,36 +1,33 @@ -#!/usr/bin/php -Cq +#!@PHP_BIN@ -Cq $s) - { + foreach ($aLanguages as $i => $s) { $aLanguages[$i] = '"'.pg_escape_string($s).'"'; } - echo "UPDATE country_name set country_default_language_codes = '{".join(',',$aLanguages)."}' where country_code = '".pg_escape_string($aMatch[1])."';\n"; + echo "UPDATE country_name set country_default_language_codes = '{".join(',', $aLanguages)."}' where country_code = '".pg_escape_string($aMatch[1])."';\n"; } } }