X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/38874233816367831c5c30cea0db16d48a3d7016..5d656891ba072d88b8b281d239d0dce9f7bd6a1c:/utils/country_languages.php?ds=sidebyside diff --git a/utils/country_languages.php b/utils/country_languages.php old mode 100755 new mode 100644 index 8ecc0a53..1a7ea616 --- a/utils/country_languages.php +++ b/utils/country_languages.php @@ -1,25 +1,25 @@ -#!/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"; } } }