Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 558 → Rev 559

/trunk/widget/modules/carto/Carto.php
77,6 → 77,10
$widget['donnees']['dept'] = $dept;
$widget['donnees']['num_taxon'] = $num_taxon;
$widget['donnees']['taxons'] = $this->chargerTaxons();
if ($num_taxon != '*') {
$taxon_courrant = current($widget['donnees']['taxons']);
$widget['donnees']['taxon_nom'] = $taxon_courrant['nom'];
}
$widget['squelette'] = 'carte_defaut';
if (isset($dept)) {