Also displays entreprise name on profile, minifiche... when awaiting validation.
[platal.git] / include / geocoding.inc.php
index e23c0ac..845a314 100644 (file)
@@ -414,9 +414,9 @@ class GMapsGeocoder extends Geocoder {
         }
 
         if ($isPseudoCountry) {
-            return $address['text'];
+            return implode("\n", array_slice($textLines, 0, -1));
         }
-        return implode("\n", array_slice($textLines, 0, -1));
+        return $address['text'];
     }
 
     // Search for the lign from the given address that is the closest to the geocoded thoroughfareName