X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5c40100b5701fd4bc918acb849e0a21cf1d159d1..2a784fa3d4533d11e3227f868085dcee5a9870c6:/utils/country_languages.php?ds=sidebyside diff --git a/utils/country_languages.php b/utils/country_languages.php index 8ecc0a53..5608247e 100755 --- a/utils/country_languages.php +++ b/utils/country_languages.php @@ -27,7 +27,7 @@ if (true) { 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"; } } }