Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1832 → Rev 1833

/branches/v1.6-muscardin/widget/modules/carto/Carto.php
40,7 → 40,7
$this->carte = (isset($carte) ? $carte : self::SERVICE_CARTO_ACTION_DEFAUT);
$this->departement = (isset($dept) ? $dept : '*');
$this->pays = (isset($pays) ? $pays : '*');
$this->clustering = (isset($clustering) ? boolval($clustering) : $this->clustering);
$this->clustering = (isset($clustering) ? (bool)$clustering : $this->clustering);
}
/**