Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3840 → Rev 3841

/branches/v3.00-serfouette/widget/modules/cartopoint/CartoPoint.php
97,7 → 97,14
$this->projet = (isset($projet) ? $projet : '*');
$this->tag = (isset($tag) ? $tag : '*');
$this->tag = (isset($motcle) ? $motcle : $this->tag);
$this->standard = (isset($standard)) ? $standard : '1';
if (isset($standard)) {
$this->standard = $standard;
} elseif (isset($projet) && in_array($projet, array("sauvages", "messicoles",
"arbres-tetards", "arbres-remarquables","missions-flore", "tb_lichensgo", "tb_streets", "bellesdemarue"))) {
$this->standard = '0';
} else {
$this->standard = '1';
}
$this->dept = (isset($dept) ? $dept : '*');
$this->commune = (isset($commune) ? $commune : '*');
$this->pays = (isset($pays) ? $pays : '*');