X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cf39e07dba72373302e2d1a48de3083339d0decb..8d9aa9bf3310f1e4dc49fd3f04e13c1f06c3dbce:/utils/country_languages.php diff --git a/utils/country_languages.php b/utils/country_languages.php old mode 100755 new mode 100644 index 8ecc0a53..63f6525c --- a/utils/country_languages.php +++ b/utils/country_languages.php @@ -1,7 +1,5 @@ -#!/usr/bin/php -Cq $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"; } } }