From: Sarah Hoffmann Date: Sun, 10 Oct 2021 19:58:43 +0000 (+0200) Subject: remove outdated country_languages.php X-Git-Tag: v4.0.0~21 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/9ff98073dbeec61be69dec511d5ddaffc9fda6a2 remove outdated country_languages.php --- diff --git a/lib-php/admin/country_languages.php b/lib-php/admin/country_languages.php deleted file mode 100644 index 95043d24..00000000 --- a/lib-php/admin/country_languages.php +++ /dev/null @@ -1,34 +0,0 @@ - $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"; - } - } -}