X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/effd8e12af440586594a18a04beb33abed260d15..2d1337e19077f5a9ac3e2f07a9c54282a7f38e28:/utils/country_languages.php diff --git a/utils/country_languages.php b/utils/country_languages.php old mode 100755 new mode 100644 index 9d3b1e81..63f6525c --- a/utils/country_languages.php +++ b/utils/country_languages.php @@ -1,36 +1,31 @@ -#!/usr/bin/php -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"; } } }