Remove detection on all cities to disable mappy

This commit is contained in:
Michael RICOIS 2013-11-19 16:26:55 +00:00
parent 00c248c406
commit 3905ebb412

View File

@ -60,9 +60,9 @@ class Mappy
public function villeCouverte($ville)
{
$ville = $this->cleanAdress($ville);
if (in_array(strtoupper($ville),$this->villes)){
/*if (in_array(strtoupper($ville),$this->villes)){
return true;
}
}*/
return false;
}