]> git.openstreetmap.org Git - nominatim.git/commitdiff
countries need language list as well
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 21 Mar 2012 19:59:35 +0000 (20:59 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 21 Mar 2012 19:59:35 +0000 (20:59 +0100)
utils/specialphrases.php

index b2f336c7626b93596d471cf095783c04cf766641..b8c49da0214acda48caf324da706514319fddd55 100755 (executable)
@@ -15,6 +15,8 @@
         );
         getCmdOpt($_SERVER['argv'], $aCMDOptions, $aCMDResult, true, true);
 
+               include(CONST_BasePath.'/settings/phrase_settings.php');
+
 
     if ($aCMDResult['countries']) {
         echo "select getorcreate_country(make_standard_name('uk'), 'gb');\n";
@@ -30,7 +32,6 @@
 
        if ($aCMDResult['wiki-import'])
        {
-               include(CONST_BasePath.'/settings/phrase_settings.php');
                $aPairs = array();
 
                foreach($aLanguageIn as $sLanguage)