X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/f05ea577f42c5ad4a62ff25ec62fbb60c550ee26..fe6a2e9f14af7286c62a1145ac1507e922ef2d36:/utils/country_languages.php diff --git a/utils/country_languages.php b/utils/country_languages.php old mode 100755 new mode 100644 index 3a36b5ea..07a94225 --- a/utils/country_languages.php +++ b/utils/country_languages.php @@ -1,24 +1,23 @@ -#!/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"; } } }