Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1474 → Rev 1475

/trunk/widget/modules/cartopoint/CartoPoint.php
75,6 → 75,7
$this->utilisateur = (isset($utilisateur) ? $utilisateur : '*');
$this->projet = (isset($projet) ? $projet : '*');
$this->tag = (isset($tag) ? $tag : '*');
$this->tag = (isset($motcle) ? $motcle : $this->tag);
$this->dept = (isset($dept) ? $dept : '*');
$this->commune = (isset($commune) ? $commune : '*');
$this->num_taxon = (isset($num_taxon) ? $num_taxon : '*');